Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds