Home
last modified time | relevance | path

Searched refs:PIPE_LOCKFL (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dpipe.h94 #define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */ macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c606 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipespace()
624 while (cpipe->pipe_state & PIPE_LOCKFL) { in pipelock()
635 cpipe->pipe_state |= PIPE_LOCKFL; in pipelock()
647 KASSERT(cpipe->pipe_state & PIPE_LOCKFL, in pipeunlock()
652 cpipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()