Searched refs:fd_ep (Results 1 – 1 of 1) sorted by relevance
/external/kmod/testsuite/ |
D | testsuite.c | 321 static int fd_cmp_open_monitor(struct fd_cmp *fd_cmp, int fd, int fd_ep) in fd_cmp_open_monitor() argument 327 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd, &ep) < 0) { in fd_cmp_open_monitor() 336 const char *fn, int fd, int fd_ep) in fd_cmp_open_std() argument 348 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd, &ep) < 0) { in fd_cmp_open_std() 360 int fd_ep) in fd_cmp_open() argument 373 err = fd_cmp_open_monitor(fd_cmp, fd, fd_ep); in fd_cmp_open() 377 err = fd_cmp_open_std(fd_cmp, fn, fd, fd_ep); in fd_cmp_open() 381 err = fd_cmp_open_std(fd_cmp, fn, fd, fd_ep); in fd_cmp_open() 413 static void fd_cmp_delete_ep(struct fd_cmp *fd_cmp, int fd_ep) in fd_cmp_delete_ep() argument 415 if (epoll_ctl(fd_ep, EPOLL_CTL_DEL, fd_cmp->fd, NULL) < 0) { in fd_cmp_delete_ep() [all …]
|