Lines Matching refs:hrtime
158 hrtimer_t hrtime; in get_tsdptbl() local
191 hrtime.hrt_secs = 0; in get_tsdptbl()
192 hrtime.hrt_rem = ts_dptbl[i].ts_quantum; in get_tsdptbl()
193 hrtime.hrt_res = HZ; in get_tsdptbl()
194 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_tsdptbl()
197 if ((ts_dptbl[i].ts_quantum = hrtconvert(&hrtime)) in get_tsdptbl()
229 hrtimer_t hrtime; local
345 hrtime.hrt_secs = 0;
346 hrtime.hrt_rem = atol(tokp);
347 hrtime.hrt_res = res;
348 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
351 if ((ts_dptbl[i].ts_quantum = hrtconvert(&hrtime))