OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipe_restart
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_pipe.c
89
static void
pipe_restart
(file_t *);
103
.fo_restart =
pipe_restart
,
521
if (wakeup_state &
PIPE_RESTART
) {
541
rpipe->pipe_state &= ~
PIPE_RESTART
;
594
wpipe->pipe_state &= ~
PIPE_RESTART
;
695
if (wakeup_state &
PIPE_RESTART
) {
720
wpipe->pipe_state &= ~
PIPE_RESTART
;
899
pipe_restart
(file_t *fp)
function in typeref:typename:void
909
pipe->pipe_state |=
PIPE_RESTART
;
sys_pipe.c
89
static void
pipe_restart
(file_t *);
103
.fo_restart =
pipe_restart
,
521
if (wakeup_state &
PIPE_RESTART
) {
541
rpipe->pipe_state &= ~
PIPE_RESTART
;
594
wpipe->pipe_state &= ~
PIPE_RESTART
;
695
if (wakeup_state &
PIPE_RESTART
) {
720
wpipe->pipe_state &= ~
PIPE_RESTART
;
899
pipe_restart
(file_t *fp)
function in typeref:typename:void
909
pipe->pipe_state |=
PIPE_RESTART
;
Completed in 21 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025