Home | History | Annotate | Download | only in pending

Lines Matching refs:hz

1570         int hz = 0;
1578 hz = denom;
1581 if (!hz) hz = sysconf(_SC_CLK_TCK);
1582 sprintf(out, "%s expires %dsec", out, ci->rta_expires /hz);