Lines Matching defs:hrtime
158 hrtimer_t hrtime;
191 hrtime.hrt_secs = 0;
192 hrtime.hrt_rem = ts_dptbl[i].ts_quantum;
193 hrtime.hrt_res = HZ;
194 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1)
197 if ((ts_dptbl[i].ts_quantum = hrtconvert(&hrtime))
229 hrtimer_t hrtime;
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))