next_free_slot     51 sapi/fpm/fpm/events/poll.c static int next_free_slot = 0;
next_free_slot    191 sapi/fpm/fpm/events/poll.c 	if (pollfds[next_free_slot].fd == -1) {
next_free_slot    193 sapi/fpm/fpm/events/poll.c 		pollfds[next_free_slot].fd = ev->fd;
next_free_slot    194 sapi/fpm/fpm/events/poll.c 		pollfds[next_free_slot].events = POLLIN;
next_free_slot    197 sapi/fpm/fpm/events/poll.c 		ev->index = next_free_slot++;
next_free_slot    198 sapi/fpm/fpm/events/poll.c 		if (next_free_slot >= npollfds) {
next_free_slot    199 sapi/fpm/fpm/events/poll.c 			next_free_slot = 0;
next_free_slot    216 sapi/fpm/fpm/events/poll.c 		ev->index = next_free_slot++;
next_free_slot    217 sapi/fpm/fpm/events/poll.c 		if (next_free_slot >= npollfds) {
next_free_slot    218 sapi/fpm/fpm/events/poll.c 			next_free_slot = 0;
next_free_slot    238 sapi/fpm/fpm/events/poll.c 		next_free_slot = ev->index;
next_free_slot    259 sapi/fpm/fpm/events/poll.c 		next_free_slot = i;