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

/linux-master/include/uapi/linux/
H A Dinotify.h73 #define IN_NONBLOCK O_NONBLOCK macro
/linux-master/fs/notify/inotify/
H A Dinotify_user.c701 BUILD_BUG_ON(IN_NONBLOCK != O_NONBLOCK);
703 if (flags & ~(IN_CLOEXEC | IN_NONBLOCK))
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1026 fd = inotify_init1(IN_NONBLOCK|O_CLOEXEC);

Completed in 130 milliseconds