Home
last modified time | relevance | path

Searched refs:PIPE_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/kern/
HDsys_pipe.c792 PIPE_UNLOCK(rpipe); in pipe_read()
809 PIPE_UNLOCK(rpipe); in pipe_read()
840 PIPE_UNLOCK(rpipe); in pipe_read()
935 PIPE_UNLOCK(rpipe); in pipe_read()
964 PIPE_UNLOCK(wpipe); in pipe_build_write_buffer()
1033 PIPE_UNLOCK(wpipe); in pipe_clone_write_buffer()
1151 PIPE_UNLOCK(rpipe); in pipe_write()
1160 PIPE_UNLOCK(rpipe); in pipe_write()
1167 PIPE_UNLOCK(rpipe); in pipe_write()
1195 PIPE_UNLOCK(wpipe); in pipe_write()
[all …]
/freebsd-head/sys/fs/fifofs/
HDfifo_vnops.c175 PIPE_UNLOCK(fpipe); in fifo_open()
207 PIPE_UNLOCK(fpipe); in fifo_open()
236 PIPE_UNLOCK(fpipe); in fifo_open()
249 PIPE_UNLOCK(fpipe); in fifo_open()
293 PIPE_UNLOCK(cpipe); in fifo_close()
307 PIPE_UNLOCK(cpipe); in fifo_close()
/freebsd-head/sys/sys/
HDpipe.h144 #define PIPE_UNLOCK(pipe) mtx_unlock(PIPE_MTX(pipe)) macro
/freebsd-head/sys/security/mac/
HDmac_syscalls.c397 PIPE_UNLOCK(pipe); in sys___mac_get_fd()
546 PIPE_UNLOCK(pipe); in sys___mac_set_fd()