Home | History | Annotate | Download | only in ip

Lines Matching refs:hz

133 	static int hz;
422 if (!hz)
423 hz = get_user_hz();
425 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
434 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
448 if (!hz)
449 hz = get_user_hz();
453 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
462 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
484 if (!hz)
485 hz = get_user_hz();
513 if (val >= hz)
515 (unsigned long long) val / hz);
518 (double)val / hz);