Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c72 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 …]
H A Dfssdispadmin.c168 hrtime.hrt_rem = fssadmin.fss_quantum; in getadmin()
258 hrtime.hrt_rem = fss_quantum; in setadmin()
H A Ddispadmin.h62 long hrt_rem; /* A value less than a second. */ member
H A Dfxdispadmin.c193 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in get_fxdptbl()
320 hrtime.hrt_rem = fx_dptbl[i].fx_quantum; in set_fxdptbl()
H A Drtdispadmin.c189 hrtime.hrt_rem = rt_dptbl[i].rt_quantum; in get_rtdptbl()
347 hrtime.hrt_rem = rt_dptbl[i].rt_quantum;
H A Diadispadmin.c193 hrtime.hrt_rem = ia_dptbl[i].ia_quantum; in get_iadptbl()
348 hrtime.hrt_rem = atol(tokp);
H A Dtsdispadmin.c189 hrtime.hrt_rem = ts_dptbl[i].ts_quantum; in get_tsdptbl()
343 hrtime.hrt_rem = atol(tokp);
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c588 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;
H A Drtpriocntl.c391 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()
H A Dfxpriocntl.c395 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()
H A Dpriocntl.h88 long hrt_rem; /* A value less than a second. */ member
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c199 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()
/illumos-gate/usr/src/uts/intel/sys/
H A Dhrtcntl.h113 long hrt_rem; /* A value less than a second. */ member