Lines Matching defs:hrtime
364 hrtimer_t hrtime;
396 hrtime.hrt_secs = 0;
397 hrtime.hrt_rem = tqntm;
398 hrtime.hrt_res = res;
399 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1)
401 ADDKEYVAL(argsp, FX_KY_TQSECS, hrtime.hrt_secs);
402 ADDKEYVAL(argsp, FX_KY_TQNSECS, hrtime.hrt_rem);
497 hrtimer_t hrtime;
523 hrtime.hrt_secs = 0;
524 hrtime.hrt_rem = tqntm;
525 hrtime.hrt_res = res;
526 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1)
528 ADDKEYVAL(argsp, FX_KY_TQSECS, hrtime.hrt_secs);
529 ADDKEYVAL(argsp, FX_KY_TQNSECS, hrtime.hrt_rem);