Home
last modified time | relevance | path

Searched refs:callb_is_stopped (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallb.h207 extern boolean_t callb_is_stopped(kthread_id_t, caddr_t *);
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c331 if (! callb_is_stopped(tp, &name)) { in cpr_threads_are_stopped()
/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c352 callb_is_stopped(kthread_id_t tp, caddr_t *thread_name) in callb_is_stopped() function
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c482 if (!callb_is_stopped(tp, &name)) { in sysctrl_stop_kernel_threads()