Lines Matching defs:hrtime
365 hrtimer_t hrtime;
392 hrtime.hrt_secs = 0;
393 hrtime.hrt_rem = tqntm;
394 hrtime.hrt_res = res;
395 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1)
397 ADDKEYVAL(argsp, RT_KY_TQSECS, hrtime.hrt_secs);
398 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem);
484 hrtimer_t hrtime;
503 hrtime.hrt_secs = 0;
504 hrtime.hrt_rem = tqntm;
505 hrtime.hrt_res = res;
506 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1)
508 ADDKEYVAL(argsp, RT_KY_TQSECS, hrtime.hrt_secs);
509 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem);