Searched refs:hrtconvert (Results 1 – 7 of 7) sorted by relevance
72 extern long hrtconvert(hrtimer_t *);
174 if ((fss_quantum = hrtconvert(&hrtime)) == -1) in getadmin()265 if ((fssadmin.fss_quantum = hrtconvert(&hrtime)) == -1) in setadmin()
200 if ((fx_dptbl[i].fx_quantum = hrtconvert(&hrtime)) in get_fxdptbl()328 hrtconvert(&hrtime)) == -1) in set_fxdptbl()
198 hrtconvert(&hrtime)) == -1) in get_rtdptbl()356 hrtconvert(&hrtime)) == -1)
200 if ((ia_dptbl[i].ia_quantum = hrtconvert(&hrtime)) in get_iadptbl()355 if ((ia_dptbl[i].ia_quantum = hrtconvert(&hrtime))
197 if ((ts_dptbl[i].ts_quantum = hrtconvert(&hrtime)) in get_tsdptbl()351 if ((ts_dptbl[i].ts_quantum = hrtconvert(&hrtime))
66 hrtconvert(hrtimer_t *htp) in hrtconvert() function