Home
last modified time | relevance | path

Searched refs:IN_ONESHOT (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h62 #if !(defined(IN_ONESHOT) || (defined(HAVE_DECL_IN_ONESHOT) && HAVE_DECL_IN_ONESHOT))
63 # define IN_ONESHOT 0x80000000 macro
94 XLAT(IN_ONESHOT),
Dinotify_flags.in21 IN_ONESHOT 0x80000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h57 #define IN_ONESHOT 0x80000000 /* only send event once */ macro
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h54 #define IN_ONESHOT 0x80000000 /* only send event once */ macro