Searched refs:PIPE_LOCK_ASSERT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dpipe.h142 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c581 PIPE_LOCK_ASSERT(cpipe, MA_OWNED);
602 PIPE_LOCK_ASSERT(cpipe, MA_OWNED);
617 PIPE_LOCK_ASSERT(cpipe, MA_OWNED);
843 PIPE_LOCK_ASSERT(wpipe, MA_NOTOWNED);
886 PIPE_LOCK_ASSERT(wpipe, MA_OWNED);
909 PIPE_LOCK_ASSERT(wpipe, MA_OWNED);
950 PIPE_LOCK_ASSERT(wpipe, MA_OWNED);
1796 PIPE_LOCK_ASSERT(rpipe, MA_OWNED);
1828 PIPE_LOCK_ASSERT(wpipe, MA_OWNED);

Completed in 167 milliseconds