Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsys_pipe.c673 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipelock()
700 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeunlock()
715 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeselwakeup()
948 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_build_write_buffer()
993 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_destroy_write_buffer()
1017 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_clone_write_buffer()
1057 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_direct_write()
1844 PIPE_LOCK_ASSERT(rpipe, MA_OWNED); in filt_piperead()
1871 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in filt_pipewrite()
/freebsd-14.2/sys/sys/
H A Dpipe.h145 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro