Searched refs:hrt_rem (Results 1 – 13 of 13) sorted by relevance
72 sum = product + htp->hrt_rem; in hrtconvert()73 if (sum - htp->hrt_rem == product) { in hrtconvert()115 new_res > NANOSEC || htp->hrt_rem < 0) in _hrtnewres()118 if (htp->hrt_rem >= htp->hrt_res) { in _hrtnewres()119 htp->hrt_secs += htp->hrt_rem / htp->hrt_res; in _hrtnewres()120 htp->hrt_rem = htp->hrt_rem % htp->hrt_res; in _hrtnewres()123 interval = htp->hrt_rem; in _hrtnewres()185 htp->hrt_rem = result; in _hrtnewres()197 htp->hrt_rem = result; in _hrtnewres()201 htp->hrt_rem = result; in _hrtnewres()[all …]
168 hrtime.hrt_rem = fssadmin.fss_quantum; in getadmin()258 hrtime.hrt_rem = fss_quantum; in setadmin()
62 long hrt_rem; /* A value less than a second. */ member
193 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in get_fxdptbl()320 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in set_fxdptbl()
189 hrtime.hrt_rem = rt_dptbl[i].rt_quantum; in get_rtdptbl()347 hrtime.hrt_rem = rt_dptbl[i].rt_quantum;
193 hrtime.hrt_rem = ia_dptbl[i].ia_quantum; in get_iadptbl()348 hrtime.hrt_rem = atol(tokp);
189 hrtime.hrt_rem = ts_dptbl[i].ts_quantum; in get_tsdptbl()343 hrtime.hrt_rem = atol(tokp);
588 if (new_res > NANOSEC || htp->hrt_rem < 0)591 if (htp->hrt_rem >= htp->hrt_res) {592 htp->hrt_secs += htp->hrt_rem / htp->hrt_res;593 htp->hrt_rem = htp->hrt_rem % htp->hrt_res;596 interval = htp->hrt_rem;658 htp->hrt_rem = result;670 htp->hrt_rem = result;674 htp->hrt_rem = result;723 htp->hrt_rem = (int)quot;
391 hrtime.hrt_rem = tqntm; in set_rtprocs()396 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem); in set_rtprocs()502 hrtime.hrt_rem = tqntm; in exec_rtcmd()507 ADDKEYVAL(argsp, RT_KY_TQNSECS, hrtime.hrt_rem); in exec_rtcmd()
395 hrtime.hrt_rem = tqntm; in set_fxprocs()400 ADDKEYVAL(argsp, FX_KY_TQNSECS, hrtime.hrt_rem); in set_fxprocs()522 hrtime.hrt_rem = tqntm; in exec_fxcmd()527 ADDKEYVAL(argsp, FX_KY_TQNSECS, hrtime.hrt_rem); in exec_fxcmd()
88 long hrt_rem; /* A value less than a second. */ member
199 itv.it_value.tv_usec = cp->hrtc_int.hrt_rem;227 itv.it_value.tv_usec = cp->hrtc_tod.hrt_rem;229 itv.it_interval.tv_usec = cp->hrtc_int.hrt_rem;256 delay_ht.hrt_rem = itv.it_value.tv_usec;371 td->hrt_rem = ts.tv_nsec; in hrt_gettofd()375 td->hrt_rem /= NANOSEC / new_res; in hrt_gettofd()
113 long hrt_rem; /* A value less than a second. */ member