Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c239 int num_to_test, int num_iter, long *times) in time_poll() argument
255 poll (pollfd_array + start_index, num_to_test, 0); in time_poll()
260 nready = poll (pollfd_array + start_index, num_to_test, 0); in time_poll()
294 int num_to_test, int num_iter, long *times) in time_poll2() argument
310 poll2 (poll2ifd_array + start_index, poll2ofd_array, num_to_test, 0); in time_poll2()
316 num_to_test, 0); in time_poll2()
356 int num_to_test, num_active; local
438 if (argc > 2) num_to_test = atoi (argv[2]);
439 else num_to_test = total_fds - first_fd;
454 if (num_to_test > total_fds - first_fd) num_to_test = total_fds - first_fd;
[all …]