Home | History | Annotate | Download | only in ip

Lines Matching defs:hz

133 	static int hz;
433 if (!hz)
434 hz = get_user_hz();
436 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
445 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
459 if (!hz)
460 hz = get_user_hz();
464 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
473 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
495 if (!hz)
496 hz = get_hz();
524 if (val >= hz)
526 (unsigned long long) val / hz);
529 (double)val / hz);