Home
last modified time | relevance | path

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

/external/kmod/testsuite/
Dtestsuite.c296 struct epoll_event ep_outpipe, ep_errpipe, ep_monitor; in test_run_parent_check_outputs() local
335 memset(&ep_errpipe, 0, sizeof(struct epoll_event)); in test_run_parent_check_outputs()
336 ep_errpipe.events = EPOLLIN; in test_run_parent_check_outputs()
337 ep_errpipe.data.ptr = &fderr; in test_run_parent_check_outputs()
338 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fderr, &ep_errpipe) < 0) { in test_run_parent_check_outputs()