Lines Matching refs:hrt_rem
74 sum = product + htp->hrt_rem; in hrtconvert()
75 if (sum - htp->hrt_rem == product) { in hrtconvert()
117 new_res > NANOSEC || htp->hrt_rem < 0) in _hrtnewres()
120 if (htp->hrt_rem >= htp->hrt_res) { in _hrtnewres()
121 htp->hrt_secs += htp->hrt_rem / htp->hrt_res; in _hrtnewres()
122 htp->hrt_rem = htp->hrt_rem % htp->hrt_res; in _hrtnewres()
125 interval = htp->hrt_rem; in _hrtnewres()
187 htp->hrt_rem = result; in _hrtnewres()
199 htp->hrt_rem = result; in _hrtnewres()
203 htp->hrt_rem = result; in _hrtnewres()
252 htp->hrt_rem = (int)quot; in _hrtnewres()