Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsys_pipe.c620 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipelock()
647 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeunlock()
663 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeselwakeup()
877 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_build_write_buffer()
920 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_destroy_write_buffer()
944 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_clone_write_buffer()
984 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_direct_write()
1758 PIPE_LOCK_ASSERT(rpipe, MA_OWNED); in filt_piperead()
1785 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in filt_pipewrite()
/freebsd-13.1/sys/sys/
H A Dpipe.h148 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro