Searched refs:has_event (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl01.c | 59 static int has_event(struct epoll_event *epvs, int len, in has_event() function 99 has_event(res_evs, 2, fd[0], EPOLLIN)) { in check_epoll_ctl() 105 has_event(res_evs, 2, fd[1], EPOLLOUT)) { in check_epoll_ctl()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait01.c | 76 static int has_event(struct epoll_event *epevs, int epevs_len, in has_event() function 194 has_event(ret_evs, 2, fds[0], EPOLLIN)) { in verify_epollio() 200 has_event(ret_evs, 2, fds[1], EPOLLOUT)) { in verify_epollio()
|
Completed in 1 milliseconds