Home
last modified time | relevance | path

Searched refs:hrt_rem (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/dispadmin/
H A Dsubr.c74 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 …]
H A Ddispadmin.h64 long hrt_rem; /* A value less than a second. */ member
H A Dfssdispadmin.c170 hrtime.hrt_rem = fssadmin.fss_quantum; in getadmin()
260 hrtime.hrt_rem = fss_quantum; in setadmin()
H A Dfxdispadmin.c195 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in get_fxdptbl()
322 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in set_fxdptbl()
H A Drtdispadmin.c192 hrtime.hrt_rem = rt_dptbl[i].rt_quantum; in get_rtdptbl()
350 hrtime.hrt_rem = rt_dptbl[i].rt_quantum;
H A Diadispadmin.c195 hrtime.hrt_rem = ia_dptbl[i].ia_quantum; in get_iadptbl()
350 hrtime.hrt_rem = atol(tokp);
H A Dtsdispadmin.c192 hrtime.hrt_rem = ts_dptbl[i].ts_quantum; in get_tsdptbl()
346 hrtime.hrt_rem = atol(tokp);
/titanic_41/usr/src/cmd/priocntl/
H A Dsubr.c591 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;
H A Drtpriocntl.c393 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()
H A Dfxpriocntl.c397 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()
H A Dpriocntl.h90 long hrt_rem; /* A value less than a second. */ member
/titanic_41/usr/src/uts/i86pc/io/
H A Dhrtimers.c201 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()
/titanic_41/usr/src/uts/intel/sys/
H A Dhrtcntl.h115 long hrt_rem; /* A value less than a second. */ member