Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */ macro
/linux/samples/watch_queue/
H A Dwatch_test.c164 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) { in main()
/linux/io_uring/
H A Dopenclose.c335 if (p->flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE)) in io_pipe_prep()
/linux/fs/
H A Dpipe.c1016 if (flags & O_NOTIFICATION_PIPE) { in create_pipe_files()
1068 if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE)) in __do_pipe_flags()