Searched refs:PIPE_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | pipe.h | 148 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro
|
| /f-stack/freebsd/kern/ |
| H A D | sys_pipe.c | 619 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()
|