Lines Matching defs:hrtime
158 hrtimer_t hrtime;
194 hrtime.hrt_secs = 0;
195 hrtime.hrt_rem = ia_dptbl[i].ia_quantum;
196 hrtime.hrt_res = HZ;
197 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1)
200 if ((ia_dptbl[i].ia_quantum = hrtconvert(&hrtime))
233 hrtimer_t hrtime;
349 hrtime.hrt_secs = 0;
350 hrtime.hrt_rem = atol(tokp);
351 hrtime.hrt_res = res;
352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
355 if ((ia_dptbl[i].ia_quantum = hrtconvert(&hrtime))