Searched refs:PIPE_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | sys_pipe.c | 606 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/ |
| D | pipe.h | 142 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) macro
|