Home
last modified time | relevance | path

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

/external/kmod/testsuite/
Dtestsuite.c359 int fdcount, i, timeout; in test_run_parent_check_outputs() local
367 fdcount = epoll_wait(fd_ep, ev, 4, timeout); in test_run_parent_check_outputs()
368 if (fdcount < 0) { in test_run_parent_check_outputs()
376 for (i = 0; i < fdcount; i++) { in test_run_parent_check_outputs()