Home
last modified time | relevance | path

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

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