Searched refs:new_res (Results 1 – 5 of 5) sorted by relevance
101 _hrtnewres(hrtimer_t *htp, ulong_t new_res, long round) in _hrtnewres() argument116 if (htp->hrt_res == 0 || new_res == 0 || in _hrtnewres()117 new_res > NANOSEC || htp->hrt_rem < 0) in _hrtnewres()127 htp->hrt_res = new_res; in _hrtnewres()139 numerator = interval * new_res; in _hrtnewres()141 if (numerator / new_res == interval) { in _hrtnewres()186 htp->hrt_res = new_res; in _hrtnewres()198 htp->hrt_res = new_res; in _hrtnewres()202 htp->hrt_res = new_res; in _hrtnewres()217 dto_res = new_res; in _hrtnewres()[all …]
573 _hrtnewres(htp, new_res, round) in _hrtnewres() argument575 register ulong_t new_res;591 if (new_res > NANOSEC || htp->hrt_rem < 0)601 htp->hrt_res = new_res;613 numerator = interval * new_res;615 if (numerator / new_res == interval) {660 htp->hrt_res = new_res;672 htp->hrt_res = new_res;676 htp->hrt_res = new_res;691 dto_res = new_res;[all …]
368 ulong new_res = td->hrt_res; in hrt_gettofd() local376 if (new_res != td->hrt_res) { in hrt_gettofd()377 td->hrt_rem /= NANOSEC / new_res; in hrt_gettofd()378 td->hrt_res = new_res; in hrt_gettofd()
555 nfs_cb_resop4 *resop, *new_res; in cb_compound() local642 new_res = kmem_alloc( in cb_compound()645 new_res, (i+1) * sizeof (nfs_cb_resop4)); in cb_compound()650 resp->array = new_res; in cb_compound()
5931 nfs_resop4 *new_res = kmem_alloc( in rfs4_compound() local5934 new_res, (i+1) * sizeof (nfs_resop4)); in rfs4_compound()5939 resp->array = new_res; in rfs4_compound()