Searched refs:_hrtnewres (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/dispadmin/ |
H A D | dispadmin.h | 73 extern int _hrtnewres(hrtimer_t *, ulong_t, long);
|
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)
|
H A D | subr.c | 101 _hrtnewres(hrtimer_t *htp, ulong_t new_res, long round) in _hrtnewres() function
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | priocntl.h | 94 extern int _hrtnewres(hrtimer_t *, ulong_t, long);
|
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 | 573 _hrtnewres(htp, new_res, round) in _hrtnewres() function
|