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