OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIPE_LOCKFL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
pipe.h
81
#define
PIPE_LOCKFL
0x100 /* Process has exclusive access to
/src/sys/kern/
sys_pipe.c
340
while (pipe->pipe_state &
PIPE_LOCKFL
) {
350
pipe->pipe_state |=
PIPE_LOCKFL
;
362
KASSERT(pipe->pipe_state &
PIPE_LOCKFL
);
364
pipe->pipe_state &= ~
PIPE_LOCKFL
;
1012
KASSERT((pipe->pipe_state &
PIPE_LOCKFL
) == 0);
Completed in 12 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025