Home | History | Annotate | Download | only in fio

Lines Matching refs:nr_clients

209 	nr_clients--;
289 nr_clients++;
364 nr_clients++;
635 return !nr_clients;
793 return !nr_clients;
1550 dprint(FD_NET, "client: request eta (%d)\n", nr_clients);
1553 eta->pending = nr_clients;
1639 pfds = malloc(nr_clients * sizeof(struct pollfd));
1644 while (!exit_backend && nr_clients) {
1663 if (!nr_clients)
1666 assert(i == nr_clients);
1685 ret = poll(pfds, nr_clients, timeout);
1695 for (i = 0; i < nr_clients; i++) {