Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_pipe.c1347 struct pipe *mpipe = fp->f_data; in pipe_ioctl() local
1350 PIPE_LOCK(mpipe); in pipe_ioctl()
1355 PIPE_UNLOCK(mpipe); in pipe_ioctl()
1367 mpipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
1369 mpipe->pipe_state &= ~PIPE_ASYNC; in pipe_ioctl()
1376 PIPE_UNLOCK(mpipe); in pipe_ioctl()
1379 if (mpipe->pipe_pages.cnt != 0) in pipe_ioctl()
1380 *(int *)data = mpipe->pipe_pages.cnt; in pipe_ioctl()
1386 PIPE_UNLOCK(mpipe); in pipe_ioctl()
1396 PIPE_UNLOCK(mpipe); in pipe_ioctl()
[all …]