Home
last modified time | relevance | path

Searched refs:utstop_timedwait (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_uthread.c39 extern void utstop_timedwait(long ticks);
166 utstop_timedwait(wait); in cpr_stop_user()
/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c331 extern void utstop_timedwait(clock_t); in sysctrl_stop_user_threads()
390 utstop_timedwait(count * count * SYSCTRL_UTSTOP_WAIT); in sysctrl_stop_user_threads()
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c511 extern void utstop_timedwait(clock_t);
570 utstop_timedwait(count * count * SBDP_UTSTOP_WAIT);
/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c532 extern void utstop_timedwait(clock_t); in dr_stop_user_threads()
590 utstop_timedwait(count * count * DR_UTSTOP_WAIT); in dr_stop_user_threads()
/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c533 extern void utstop_timedwait(clock_t); in dr_stop_user_threads()
591 utstop_timedwait(count * count * DR_UTSTOP_WAIT); in dr_stop_user_threads()
/titanic_44/usr/src/uts/common/os/
H A Dsig.c1245 utstop_timedwait(clock_t ticks) in utstop_timedwait() function