Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsys_pipe.c606 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipelock()
626 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeunlock()
640 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeselwakeup()
852 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_build_write_buffer()
895 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_destroy_write_buffer()
919 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_clone_write_buffer()
959 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_direct_write()
1744 PIPE_LOCK_ASSERT(rpipe, MA_OWNED); in filt_piperead()
1771 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in filt_pipewrite()
/freebsd-12-stable/sys/sys/
Dpipe.h142 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro