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