Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c138 struct fsnotify_event *test_event; in fanotify_merge() local
153 list_for_each_entry_reverse(test_event, list, list) { in fanotify_merge()
156 if (fanotify_should_merge(test_event, event)) { in fanotify_merge()
157 FANOTIFY_E(test_event)->mask |= new->mask; in fanotify_merge()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c244 #define test_event() \ in dix_event_to_core() macro
281 test_event(); in dix_event_to_core()
288 test_event(); in dix_event_to_core()
295 test_event(); in dix_event_to_core()
315 test_event(); in dix_event_to_core()
320 test_event(); in dix_event_to_core()
325 test_event(); in dix_event_to_core()
337 test_event(); in dix_event_to_core()
348 #undef test_event in dix_event_to_core()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dpmu-events.c256 static struct perf_pmu_alias *find_alias(const char *test_event, struct list_head *aliases) in find_alias() argument
261 if (!strcmp(test_event, alias->name)) in find_alias()
H A Dparse-events.c1873 static int test_event(struct evlist_test *e) in test_event() function
1912 ret1 = test_event(e); in test_events()
2016 ret = test_event(&e); in test_pmu_events()
2022 ret = test_event(&e); in test_pmu_events()