Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dsys_pipe.c284 pipe_touch(struct pipe *tpipe, int touch) in pipe_touch() function
629 pipe_touch(rpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME); in pipepair_alloc()
630 pipe_touch(wpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME); in pipepair_alloc()
898 pipe_touch(rpipe, PIPE_ATIME); in pipe_read()
1174 pipe_touch(rpipe, PIPE_MTIME | PIPE_CTIME); in pipe_write()
1175 pipe_touch(wpipe, PIPE_MTIME | PIPE_CTIME); in pipe_write()