Home
last modified time | relevance | path

Searched refs:FAN_UNLIMITED_QUEUE (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h68 #define FAN_UNLIMITED_QUEUE 0x10 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.h68 #define FAN_UNLIMITED_QUEUE 0x10 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.h68 #define FAN_UNLIMITED_QUEUE 0x10 macro
73 #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 Dfanotify18.c32 #define DISALLOWED_INIT_FLAGS (FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS | \
69 "init_flags: FAN_UNLIMITED_QUEUE",
70 FANOTIFY_REQUIRED_USER_INIT_FLAGS | FAN_UNLIMITED_QUEUE,
H A Dfanotify05.c56 FAN_CLASS_NOTIF | FAN_UNLIMITED_QUEUE,
112 int expect_overflow = !(tc->init_flags & FAN_UNLIMITED_QUEUE); in test_fanotify()
/third_party/musl/include/sys/
H A Dfanotify.h69 #define FAN_UNLIMITED_QUEUE 0x10 macro
77 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3379 pub const FAN_UNLIMITED_QUEUE: ::c_uint = 0x0000_0010; consts

Completed in 13 milliseconds