Home
last modified time | relevance | path

Searched refs:FAN_NONBLOCK (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h63 #define FAN_NONBLOCK 0x02 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h63 #define FAN_NONBLOCK 0x02 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h63 #define FAN_NONBLOCK 0x02 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/include/sys/
H A Dfanotify.h64 #define FAN_NONBLOCK 0x02 macro
77 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify23.c93 FAN_NONBLOCK, O_RDONLY); in test_fanotify()
H A Dfanotify06.c87 FAN_NONBLOCK, in create_fanotify_groups()
H A Dfanotify05.c116 fd_notify = SAFE_FANOTIFY_INIT(tc->init_flags | FAN_NONBLOCK, O_RDONLY); in test_fanotify()
H A Dfanotify04.c207 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()
H A Dfanotify09.c240 FAN_NONBLOCK, O_RDONLY); in create_fanotify_groups()
H A Dfanotify10.c542 FAN_NONBLOCK, O_RDONLY); in create_fanotify_groups()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3373 pub const FAN_NONBLOCK: ::c_uint = 0x0000_0002; consts

Completed in 17 milliseconds