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

/linux-master/include/uapi/linux/
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */ macro
/linux-master/samples/watch_queue/
H A Dwatch_test.c158 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) {
/linux-master/fs/
H A Dpipe.c929 if (flags & O_NOTIFICATION_PIPE) {
968 if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE))

Completed in 136 milliseconds