Home
last modified time | relevance | path

Searched refs:PIPE_LOCK (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_pipe.c700 PIPE_LOCK(rpipe); in pipe_read()
892 PIPE_LOCK(wpipe); in pipe_build_write_buffer()
966 PIPE_LOCK(wpipe); in pipe_clone_write_buffer()
1070 PIPE_LOCK(rpipe); in pipe_write()
1350 PIPE_LOCK(mpipe); in pipe_ioctl()
1428 PIPE_LOCK(rpipe); in pipe_poll()
1503 PIPE_LOCK(pipe); in pipe_stat()
1629 PIPE_LOCK(cpipe); in pipeclose()
1666 PIPE_LOCK(cpipe); in pipeclose()
1714 PIPE_LOCK(cpipe); in pipe_kqfilter()
[all …]
/f-stack/freebsd/sys/
H A Dpipe.h146 #define PIPE_LOCK(pipe) mtx_lock(PIPE_MTX(pipe)) macro
/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c285 PIPE_LOCK(pipe); in sys___mac_get_fd()
455 PIPE_LOCK(pipe); in sys___mac_set_fd()