Lines Matching defs:hrtime
153 hrtimer_t hrtime;
169 hrtime.hrt_secs = 0;
170 hrtime.hrt_rem = fssadmin.fss_quantum;
171 hrtime.hrt_res = HZ;
172 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1)
174 if ((fss_quantum = hrtconvert(&hrtime)) == -1)
200 hrtimer_t hrtime;
259 hrtime.hrt_secs = 0;
260 hrtime.hrt_rem = fss_quantum;
261 hrtime.hrt_res = res;
262 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
265 if ((fssadmin.fss_quantum = hrtconvert(&hrtime)) == -1)