Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpipe.h148 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c619 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipelock()
646 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeunlock()
662 PIPE_LOCK_ASSERT(cpipe, MA_OWNED); in pipeselwakeup()
876 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_build_write_buffer()
919 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_destroy_write_buffer()
943 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_clone_write_buffer()
983 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in pipe_direct_write()
1756 PIPE_LOCK_ASSERT(rpipe, MA_OWNED); in filt_piperead()
1783 PIPE_LOCK_ASSERT(wpipe, MA_OWNED); in filt_pipewrite()