Home
last modified time | relevance | path

Searched refs:new_res (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c99 _hrtnewres(hrtimer_t *htp, ulong_t new_res, long round) in _hrtnewres() argument
114 if (htp->hrt_res == 0 || new_res == 0 || in _hrtnewres()
115 new_res > NANOSEC || htp->hrt_rem < 0) in _hrtnewres()
125 htp->hrt_res = new_res; in _hrtnewres()
137 numerator = interval * new_res; in _hrtnewres()
139 if (numerator / new_res == interval) { in _hrtnewres()
184 htp->hrt_res = new_res; in _hrtnewres()
196 htp->hrt_res = new_res; in _hrtnewres()
200 htp->hrt_res = new_res; in _hrtnewres()
215 dto_res = new_res; in _hrtnewres()
[all …]
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c570 _hrtnewres(htp, new_res, round) in _hrtnewres() argument
572 register ulong_t new_res;
588 if (new_res > NANOSEC || htp->hrt_rem < 0)
598 htp->hrt_res = new_res;
610 numerator = interval * new_res;
612 if (numerator / new_res == interval) {
657 htp->hrt_res = new_res;
669 htp->hrt_res = new_res;
673 htp->hrt_res = new_res;
688 dto_res = new_res;
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c366 ulong new_res = td->hrt_res; in hrt_gettofd() local
374 if (new_res != td->hrt_res) { in hrt_gettofd()
375 td->hrt_rem /= NANOSEC / new_res; in hrt_gettofd()
376 td->hrt_res = new_res; in hrt_gettofd()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c555 nfs_cb_resop4 *resop, *new_res; in cb_compound() local
646 new_res = kmem_alloc( in cb_compound()
649 new_res, (i+1) * sizeof (nfs_cb_resop4)); in cb_compound()
654 resp->array = new_res; in cb_compound()
H A Dnfs4_srv.c6112 nfs_resop4 *new_res = kmem_alloc( in rfs4_compound() local
6115 new_res, (i+1) * sizeof (nfs_resop4)); in rfs4_compound()
6120 resp->array = new_res; in rfs4_compound()