Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c293 static void time_poll2 (struct poll2ifd *poll2ifd_array, int start_index, in time_poll2() argument
310 poll2 (poll2ifd_array + start_index, poll2ofd_array, num_to_test, 0); in time_poll2()
315 nready = poll2 (poll2ifd_array + start_index, poll2ofd_array, in time_poll2()
375 struct poll2ifd poll2ifd_array[MAX_FDS]; local
420 poll2ifd_array[fd].fd = fd;
421 poll2ifd_array[fd].events = 0;
467 poll2ifd_array[fd].events = POLLPRI | POLLIN;
479 poll2ifd_array[fd].events |= POLLOUT;
495 time_poll2 (poll2ifd_array, start_index, num_to_test, max_iter,