Home
last modified time | relevance | path

Searched refs:EVENT_MAX (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify03.c52 #define EVENT_MAX 1024 macro
56 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
68 static unsigned long long event_set[EVENT_MAX];
69 static unsigned int event_resp[EVENT_MAX];
Dfanotify02.c49 #define EVENT_MAX 1024 macro
53 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
63 static unsigned long long event_set[EVENT_MAX];
Dfanotify01.c49 #define EVENT_MAX 1024 macro
53 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
63 static unsigned long long event_set[EVENT_MAX];
Dfanotify04.c50 #define EVENT_MAX 1024 macro
54 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
Dfanotify06.c57 #define EVENT_MAX 1024 macro
61 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify01.c47 #define EVENT_MAX 1024 macro
51 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
65 static int event_set[EVENT_MAX];
Dinotify03.c54 #define EVENT_MAX 1024 macro
58 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
68 static int event_set[EVENT_MAX];
Dinotify04.c57 #define EVENT_MAX 1024 macro
61 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
74 struct event_t event_set[EVENT_MAX];
Dinotify02.c52 #define EVENT_MAX 1024 macro
56 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
76 static struct event_t event_set[EVENT_MAX];