Searched refs:utstop_timedwait (Results 1 – 6 of 6) sorted by relevance
39 extern void utstop_timedwait(long ticks);166 utstop_timedwait(wait); in cpr_stop_user()
331 extern void utstop_timedwait(clock_t); in sysctrl_stop_user_threads()390 utstop_timedwait(count * count * SYSCTRL_UTSTOP_WAIT); in sysctrl_stop_user_threads()
511 extern void utstop_timedwait(clock_t);570 utstop_timedwait(count * count * SBDP_UTSTOP_WAIT);
532 extern void utstop_timedwait(clock_t); in dr_stop_user_threads()590 utstop_timedwait(count * count * DR_UTSTOP_WAIT); in dr_stop_user_threads()
533 extern void utstop_timedwait(clock_t); in dr_stop_user_threads()591 utstop_timedwait(count * count * DR_UTSTOP_WAIT); in dr_stop_user_threads()
1245 utstop_timedwait(clock_t ticks) in utstop_timedwait() function