Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c355 int fd, max_fd, count, total_fds; local
389 total_fds = 0;
424 total_fds = max_fd + 1;
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;
455 if (num_active > total_fds - first_fd) num_active = total_fds - first_fd;
457 for (fd = total_fds - num_to_test; fd < total_fds; ++fd)
470 for (fd = total_fds - num_active; fd < total_fds; ++fd)
483 total_fds, total_fds - num_to_test, max_fd);
490 start_index = total_fds - num_to_test;
[all …]