Searched refs:PIPE_LOCK (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/fs/fifofs/
H A Dfifo_vnops.c166 PIPE_LOCK(fpipe);
204 PIPE_LOCK(fpipe);
213 PIPE_LOCK(fpipe);
231 PIPE_LOCK(fpipe);
246 PIPE_LOCK(fpipe);
280 PIPE_LOCK(cpipe);
293 PIPE_LOCK(cpipe);
/freebsd-11-stable/sys/sys/
H A Dpipe.h140 #define PIPE_LOCK(pipe) mtx_lock(PIPE_MTX(pipe)) macro
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c81 * PIPE_LOCK, and a flag, used via pipelock(). All locking is done via
670 PIPE_LOCK(rpipe);
688 PIPE_LOCK(rpipe);
707 PIPE_LOCK(rpipe);
739 PIPE_LOCK(rpipe);
931 PIPE_LOCK(wpipe);
995 PIPE_LOCK(wpipe);
1056 PIPE_LOCK(rpipe);
1105 PIPE_LOCK(wpipe);
1212 PIPE_LOCK(rpip
[all...]
/freebsd-11-stable/sys/security/mac/
H A Dmac_syscalls.c281 PIPE_LOCK(pipe);
487 PIPE_LOCK(pipe);

Completed in 81 milliseconds