Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/dispadmin/
H A Dsubr.c190 } else if (round == HRT_RNDUP) { in _hrtnewres()
235 } else if (round == HRT_RNDUP) { in _hrtnewres()
H A Ddispadmin.h55 #define HRT_RNDUP 2 /* Always round results up. */ macro
H A Dfssdispadmin.c172 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in getadmin()
262 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in setadmin()
H A Dfxdispadmin.c197 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_fxdptbl()
324 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in set_fxdptbl()
H A Drtdispadmin.c194 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_rtdptbl()
352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
H A Diadispadmin.c197 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_iadptbl()
352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
H A Dtsdispadmin.c194 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_tsdptbl()
348 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
/titanic_44/usr/src/cmd/priocntl/
H A Dpriocntl.h81 #define HRT_RNDUP 2 /* Always round results up. */ macro
H A Drtpriocntl.c395 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in set_rtprocs()
506 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in exec_rtcmd()
H A Dfxpriocntl.c399 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in set_fxprocs()
526 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in exec_fxcmd()
H A Dsubr.c664 } else if (round == HRT_RNDUP) {
709 } else if (round == HRT_RNDUP) {
/titanic_44/usr/src/uts/intel/sys/
H A Dhrtcntl.h95 #define HRT_RNDUP 2 /* Always round results up. */ macro