Lines Matching defs:hrtime
158 hrtimer_t hrtime;
191 hrtime.hrt_secs = 0;
192 hrtime.hrt_rem = rt_dptbl[i].rt_quantum;
193 hrtime.hrt_res = HZ;
194 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1)
198 hrtconvert(&hrtime)) == -1)
227 hrtimer_t hrtime;
349 hrtime.hrt_secs = 0;
350 hrtime.hrt_rem = rt_dptbl[i].rt_quantum;
351 hrtime.hrt_res = res;
352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
356 hrtconvert(&hrtime)) == -1)