Searched refs:HRT_RNDUP (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/dispadmin/ |
H A D | subr.c | 190 } else if (round == HRT_RNDUP) { in _hrtnewres() 235 } else if (round == HRT_RNDUP) { in _hrtnewres()
|
H A D | dispadmin.h | 55 #define HRT_RNDUP 2 /* Always round results up. */ macro
|
H A D | fssdispadmin.c | 172 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in getadmin() 262 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in setadmin()
|
H A D | fxdispadmin.c | 197 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_fxdptbl() 324 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in set_fxdptbl()
|
H A D | rtdispadmin.c | 194 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_rtdptbl() 352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
H A D | iadispadmin.c | 197 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1) in get_iadptbl() 352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
H A D | tsdispadmin.c | 194 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 D | priocntl.h | 81 #define HRT_RNDUP 2 /* Always round results up. */ macro
|
H A D | rtpriocntl.c | 395 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in set_rtprocs() 506 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in exec_rtcmd()
|
H A D | fxpriocntl.c | 399 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in set_fxprocs() 526 if (_hrtnewres(&hrtime, NANOSEC, HRT_RNDUP) == -1) in exec_fxcmd()
|
H A D | subr.c | 664 } else if (round == HRT_RNDUP) { 709 } else if (round == HRT_RNDUP) {
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | hrtcntl.h | 95 #define HRT_RNDUP 2 /* Always round results up. */ macro
|