Lines Matching defs:hrtime
161 hrtimer_t hrtime;
194 hrtime.hrt_secs = 0;
195 hrtime.hrt_rem = fx_dptbl[i].fx_quantum;
196 hrtime.hrt_res = HZ;
197 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1)
200 if ((fx_dptbl[i].fx_quantum = hrtconvert(&hrtime))
229 hrtimer_t hrtime;
321 hrtime.hrt_secs = 0;
322 hrtime.hrt_rem = fx_dptbl[i].fx_quantum;
323 hrtime.hrt_res = res;
324 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
328 hrtconvert(&hrtime)) == -1)