Home
last modified time | relevance | path

Searched refs:PROC_SLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/kern/
HDkern_thread.c940 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_exit()
1116 PROC_SLOCK_ASSERT(p, MA_OWNED); in calc_remaining()
1139 PROC_SLOCK_ASSERT(p, MA_OWNED); in weed_inhib()
1535 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_switch()
1563 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_one()
1581 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend_one()
1624 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend()
HDkern_sig.c2817 PROC_SLOCK_ASSERT(p, MA_OWNED); in sig_suspend_threads()
3414 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_stopped()
/freebsd-head/sys/sys/
HDproc.h787 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type)) macro