Searched defs:totally_free_length (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/worker/
H A Dworker.c1498 int totally_free_length = 0; local
1520 if (i >= retained->max_daemons_limit && totally_free_length == retained->idle_spawn_rate[child_bucket])
1558 if (any_dead_threads && totally_free_length < retained->idle_spawn_rate[child_bucket]
1570 free_slots[free_length] = free_slots[totally_free_length];
1571 free_slots[totally_free_length++] = i;
/httpd/server/mpm/event/
H A Devent.c2771 int totally_free_length = 0; local
2794 && totally_free_length == retained->idle_spawn_rate[child_bucket])
2833 && totally_free_length < retained->idle_spawn_rate[child_bucket]
2845 free_slots[free_length] = free_slots[totally_free_length];
2846 free_slots[totally_free_length++] = i;

Completed in 2938 milliseconds