Searched refs:PROC_SLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_thread.c | 945 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_exit() 1126 PROC_SLOCK_ASSERT(p, MA_OWNED); in calc_remaining() 1149 PROC_SLOCK_ASSERT(p, MA_OWNED); in weed_inhib() 1552 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_switch() 1580 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_one() 1598 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend_one() 1641 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend()
|
| H A D | kern_sig.c | 2825 PROC_SLOCK_ASSERT(p, MA_OWNED); in sig_suspend_threads() 3422 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_stopped()
|
| /freebsd/sys/sys/ |
| H A D | proc.h | 797 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type)) macro
|