Home
last modified time | relevance | path

Searched refs:FANOTIFY_PRIORITIES (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify06.c47 #define FANOTIFY_PRIORITIES ARRAY_SIZE(fanotify_prio) macro
53 static int fd_notify[FANOTIFY_PRIORITIES][GROUPS_PER_PRIO];
65 for (p = 0; p < FANOTIFY_PRIORITIES; p++) { in create_fanotify_groups()
106 for (p = 0; p < FANOTIFY_PRIORITIES; p++) { in cleanup_fanotify_groups()
174 for (p = 1; p < FANOTIFY_PRIORITIES; p++) { in test01()
Dfanotify10.c47 #define FANOTIFY_PRIORITIES ARRAY_SIZE(fanotify_prio) macro
51 static int fd_notify[FANOTIFY_PRIORITIES][GROUPS_PER_PRIO];
147 for (p = 0; p < FANOTIFY_PRIORITIES; p++) { in create_fanotify_groups()
198 for (p = 0; p < FANOTIFY_PRIORITIES; p++) { in cleanup_fanotify_groups()
248 for (p = 0; p < FANOTIFY_PRIORITIES; p++) { in test_fanotify()
283 for (p = 1; p < FANOTIFY_PRIORITIES && !tc->expect_event; p++) { in test_fanotify()