Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c118 if (htp->hrt_rem >= htp->hrt_res) { in _hrtnewres()
125 htp->hrt_res = new_res; in _hrtnewres()
147 result = numerator / htp->hrt_res; in _hrtnewres()
177 if (twomodulus >= htp->hrt_res) { in _hrtnewres()
184 htp->hrt_res = new_res; in _hrtnewres()
196 htp->hrt_res = new_res; in _hrtnewres()
200 htp->hrt_res = new_res; in _hrtnewres()
231 drem = htp->hrt_res / 2; in _hrtnewres()
234 drem = htp->hrt_res - 1; in _hrtnewres()
238 dfrom_res = htp->hrt_res; in _hrtnewres()
[all …]
H A Ddispadmin.h63 ulong_t hrt_res; /* The resolution of hrt_rem. */ member
H A Dfssdispadmin.c169 hrtime.hrt_res = HZ; in getadmin()
259 hrtime.hrt_res = res; in setadmin()
H A Dfxdispadmin.c194 hrtime.hrt_res = HZ; in get_fxdptbl()
321 hrtime.hrt_res = res; in set_fxdptbl()
H A Drtdispadmin.c190 hrtime.hrt_res = HZ; in get_rtdptbl()
348 hrtime.hrt_res = res;
H A Diadispadmin.c194 hrtime.hrt_res = HZ; in get_iadptbl()
349 hrtime.hrt_res = res;
H A Dtsdispadmin.c190 hrtime.hrt_res = HZ; in get_tsdptbl()
344 hrtime.hrt_res = res;
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c591 if (htp->hrt_rem >= htp->hrt_res) {
598 htp->hrt_res = new_res;
620 result = numerator / htp->hrt_res;
650 if (twomodulus >= htp->hrt_res) {
657 htp->hrt_res = new_res;
669 htp->hrt_res = new_res;
673 htp->hrt_res = new_res;
704 drem = htp->hrt_res / 2;
707 drem = htp->hrt_res - 1;
711 dfrom_res = htp->hrt_res;
[all …]
H A Dpriocntl.h89 ulong_t hrt_res; /* The resolution of hrt_rem. */ member
H A Drtpriocntl.c392 hrtime.hrt_res = res; in set_rtprocs()
503 hrtime.hrt_res = res; in exec_rtcmd()
H A Dfxpriocntl.c396 hrtime.hrt_res = res; in set_fxprocs()
523 hrtime.hrt_res = res; in exec_fxcmd()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c109 if ((error = hrt_checkres(temptofd.hrt_res)))
366 ulong new_res = td->hrt_res; in hrt_gettofd()
372 td->hrt_res = NANOSEC; in hrt_gettofd()
374 if (new_res != td->hrt_res) { in hrt_gettofd()
376 td->hrt_res = new_res; in hrt_gettofd()
/illumos-gate/usr/src/uts/intel/sys/
H A Dhrtcntl.h114 ulong_t hrt_res; /* The resolution of hrt_rem. */ member