Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */ macro
/Linux-v5.10/samples/watch_queue/
Dwatch_test.c158 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) { in main()
/Linux-v5.10/fs/
Dpipe.c902 if (flags & O_NOTIFICATION_PIPE) { in create_pipe_files()
941 if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE)) in __do_pipe_flags()