HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_BUF_LEN (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify01.c 48 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
59 static char event_buf[EVENT_BUF_LEN];
94 ret = SAFE_READ(0, fd_notify, event_buf, EVENT_BUF_LEN);
113 EVENT_BUF_LEN - len);
141 EVENT_BUF_LEN - len);
164 EVENT_BUF_LEN - len);
197 EVENT_BUF_LEN - len);
217 EVENT_BUF_LEN - len);
fanotify02.c 48 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
59 static char event_buf[EVENT_BUF_LEN];
98 EVENT_BUF_LEN);
117 EVENT_BUF_LEN - len);
150 EVENT_BUF_LEN - len);
fanotify04.c 49 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
60 static char event_buf[EVENT_BUF_LEN];
134 EVENT_BUF_LEN - len);
169 ret = read(fd_notify, event_buf + len, EVENT_BUF_LEN - len);
180 EVENT_BUF_LEN);
fanotify06.c 58 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
77 static char event_buf[EVENT_BUF_LEN];
176 ret = read(fd_notify[0][i], event_buf, EVENT_BUF_LEN);
189 (int)EVENT_BUF_LEN);
202 ret = read(fd_notify[p][i], event_buf, EVENT_BUF_LEN);
fanotify03.c 52 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
66 static char event_buf[EVENT_BUF_LEN];
175 EVENT_BUF_LEN - len);
181 fd_notify, EVENT_BUF_LEN);
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify01.c 52 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
68 static char event_buf[EVENT_BUF_LEN];
134 if ((len = read(fd_notify, event_buf, EVENT_BUF_LEN)) < 0) {
137 fd_notify, EVENT_BUF_LEN);
inotify03.c 59 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
71 static char event_buf[EVENT_BUF_LEN];
114 len = read(fd_notify, event_buf, EVENT_BUF_LEN);
117 "read(%d, buf, %zu) failed", fd_notify, EVENT_BUF_LEN);
inotify05.c 50 #define EVENT_BUF_LEN (EVENT_SIZE * 16)
62 static char event_buf[EVENT_BUF_LEN];
93 len = read(fd_notify, event_buf, EVENT_BUF_LEN);
97 fd_notify, EVENT_BUF_LEN);
inotify04.c 61 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
76 char event_buf[EVENT_BUF_LEN];
198 len = read(fd_notify, event_buf, EVENT_BUF_LEN);
inotify02.c 58 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
80 static char event_buf[EVENT_BUF_LEN];
166 if ((len = read(fd_notify, event_buf, EVENT_BUF_LEN)) == -1) {
169 fd_notify, EVENT_BUF_LEN);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 31 #define EVENT_BUF_LEN (1024*(EVENT_SIZE+16))
148 char buffer[EVENT_BUF_LEN];
150 read(mInotifyFd, buffer, EVENT_BUF_LEN));
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 31 #define EVENT_BUF_LEN (1024 * (EVENT_SIZE + 16))
138 char buffer[EVENT_BUF_LEN];
139 int length = TEMP_FAILURE_RETRY(read(mInotifyFd, buffer, EVENT_BUF_LEN));

Completed in 579 milliseconds