Searched refs:hrt_rem (Results 1 – 13 of 13) sorted by relevance
74 sum = product + htp->hrt_rem; in hrtconvert()75 if (sum - htp->hrt_rem == product) { in hrtconvert()117 new_res > NANOSEC || htp->hrt_rem < 0) in _hrtnewres()120 if (htp->hrt_rem >= htp->hrt_res) { in _hrtnewres()121 htp->hrt_secs += htp->hrt_rem / htp->hrt_res; in _hrtnewres()122 htp->hrt_rem = htp->hrt_rem % htp->hrt_res; in _hrtnewres()125 interval = htp->hrt_rem; in _hrtnewres()187 htp->hrt_rem = result; in _hrtnewres()199 htp->hrt_rem = result; in _hrtnewres()203 htp->hrt_rem = result; in _hrtnewres()[all …]
64 long hrt_rem; /* A value less than a second. */ member
170 hrtime.hrt_rem = fssadmin.fss_quantum; in getadmin()260 hrtime.hrt_rem = fss_quantum; in setadmin()
195 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in get_fxdptbl()322 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in set_fxdptbl()
192 hrtime.hrt_rem = rt_dptbl[i].rt_quantum; in get_rtdptbl()350 hrtime.hrt_rem = rt_dptbl[i].rt_quantum;
195 hrtime.hrt_rem = ia_dptbl[i].ia_quantum; in get_iadptbl()350 hrtime.hrt_rem = atol(tokp);
192 hrtime.hrt_rem = ts_dptbl[i].ts_quantum; in get_tsdptbl()346 hrtime.hrt_rem = atol(tokp);
591 if (new_res > NANOSEC || htp->hrt_rem < 0)594 if (htp->hrt_rem >= htp->hrt_res) {595 htp->hrt_secs += htp->hrt_rem / htp->hrt_res;596 htp->hrt_rem = htp->hrt_rem % htp->hrt_res;599 interval = htp->hrt_rem;661 htp->hrt_rem = result;673 htp->hrt_rem = result;677 htp->hrt_rem = result;726 htp->hrt_rem = (int)quot;
393 hrtime.hrt_rem = tqntm; in set_rtprocs()398 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem); in set_rtprocs()504 hrtime.hrt_rem = tqntm; in exec_rtcmd()509 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem); in exec_rtcmd()
397 hrtime.hrt_rem = tqntm; in set_fxprocs()402 ADDKEYVAL(argsp, FX_KY_TQNSECS, hrtime.hrt_rem); in set_fxprocs()524 hrtime.hrt_rem = tqntm; in exec_fxcmd()529 ADDKEYVAL(argsp, FX_KY_TQNSECS, hrtime.hrt_rem); in exec_fxcmd()
90 long hrt_rem; /* A value less than a second. */ member
201 itv.it_value.tv_usec = cp->hrtc_int.hrt_rem;229 itv.it_value.tv_usec = cp->hrtc_tod.hrt_rem;231 itv.it_interval.tv_usec = cp->hrtc_int.hrt_rem;258 delay_ht.hrt_rem = itv.it_value.tv_usec;373 td->hrt_rem = ts.tv_nsec; in hrt_gettofd()377 td->hrt_rem /= NANOSEC / new_res; in hrt_gettofd()
115 long hrt_rem; /* A value less than a second. */ member