Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsys_pipe.c300 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
301 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1061 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1425 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1442 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1460 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()
1640 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1655 cpipe->pipe_present = PIPE_CLOSING; in pipeclose()
1664 cpipe->pipe_present = PIPE_FINALIZED; in pipeclose()
1672 if (ppipe->pipe_present == PIPE_FINALIZED) { in pipeclose()
[all …]
/freebsd-12-stable/sys/sys/
Dpipe.h116 int pipe_present; /* still present? */ member