Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dsys_pipe.c572 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipelock()
592 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeunlock()
606 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeselwakeup()
822 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_build_write_buffer()
865 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_destroy_write_buffer()
889 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_clone_write_buffer()
929 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_direct_write()
1726 PIPE_LOCK_ASSERT(rpipe, MA_OWNED); in filt_piperead()
1758 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in filt_pipewrite()
/freebsd-12.1/sys/sys/
H A Dpipe.h142 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro