Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify11.c53 FAN_CLASS_NOTIF | FAN_REPORT_TID
65 i, (tcases[i] & FAN_REPORT_TID) ? "with" : "without", in test01()
70 if (errno == EINVAL && (tcases[i] & FAN_REPORT_TID)) { in test01()
88 if ((tcases[i] & FAN_REPORT_TID) && event.pid == tid) in test01()
90 else if (!(tcases[i] & FAN_REPORT_TID) && event.pid == tgid) in test01()
Dfanotify.h57 #ifndef FAN_REPORT_TID
58 #define FAN_REPORT_TID 0x00000100 macro
/external/kernel-headers/original/uapi/linux/
Dfanotify.h46 #define FAN_REPORT_TID 0x00000100 /* event->pid is thread id */ macro