Searched refs:FAN_REPORT_TID (Results 1 – 3 of 3) sorted by relevance
53 FAN_CLASS_NOTIF | FAN_REPORT_TID65 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()
57 #ifndef FAN_REPORT_TID58 #define FAN_REPORT_TID 0x00000100 macro
46 #define FAN_REPORT_TID 0x00000100 /* event->pid is thread id */ macro