Home
last modified time | relevance | path

Searched refs:HRT_RNDUP (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c188 } else if (round == HRT_RNDUP) { in _hrtnewres()
233 } else if (round == HRT_RNDUP) { in _hrtnewres()
H A Ddispadmin.h53 #define HRT_RNDUP 2 /* Always round results up. */ macro
H A Dfssdispadmin.c170 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in getadmin()
260 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in setadmin()
H A Dfxdispadmin.c195 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_fxdptbl()
322 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in set_fxdptbl()
H A Drtdispadmin.c191 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_rtdptbl()
349 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
H A Diadispadmin.c195 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_iadptbl()
350 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
H A Dtsdispadmin.c191 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_tsdptbl()
345 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.h79 #define HRT_RNDUP 2 /* Always round results up. */ macro
H A Drtpriocntl.c393 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in set_rtprocs()
504 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in exec_rtcmd()
H A Dfxpriocntl.c397 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in set_fxprocs()
524 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in exec_fxcmd()
H A Dsubr.c661 } else if (round == HRT_RNDUP) {
706 } else if (round == HRT_RNDUP) {
/illumos-gate/usr/src/uts/intel/sys/
H A Dhrtcntl.h93 #define HRT_RNDUP 2 /* Always round results up. */ macro