Home
last modified time | relevance | path

Searched refs:_hrtnewres (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
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 Ddispadmin.h71 extern int _hrtnewres(hrtimer_t *, ulong_t, long);
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)
H A Dsubr.c99 _hrtnewres(hrtimer_t *htp, ulong_t new_res, long round) in _hrtnewres() function
/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.h92 extern int _hrtnewres(hrtimer_t *, ulong_t, long);
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.c570 _hrtnewres(htp, new_res, round) in _hrtnewres() function