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

/xnu-2422.115.4/bsd/sys/
H A Dpipe.h168 #define PIPE_LOCK(pipe) lck_mtx_lock(PIPE_MTX(pipe)) macro
/xnu-2422.115.4/bsd/kern/
H A Dsys_pipe.c350 * Required: PIPE_LOCK and io lock to be held by caller.
498 PIPE_LOCK(cpipe);
719 PIPE_LOCK(rpipe);
754 PIPE_LOCK(rpipe);
873 PIPE_LOCK(rpipe);
997 PIPE_LOCK(rpipe);
1014 PIPE_LOCK(rpipe);
1125 PIPE_LOCK(mpipe);
1184 PIPE_LOCK(rpipe);
1279 PIPE_LOCK(cpip
[all...]
H A Dsys_generic.c2327 PIPE_LOCK((struct pipe *)fp->f_data);
2566 PIPE_LOCK((struct pipe *)fp->f_data);
2707 PIPE_LOCK((struct pipe *)fp->f_data);
/xnu-2422.115.4/security/
H A Dmac_vfs.c1670 PIPE_LOCK(cpipe);

Completed in 30 milliseconds