Lines Matching refs:arg_children_max
72 static unsigned arg_children_max;
577 if (hashmap_size(manager->workers) >= arg_children_max) {
578 if (arg_children_max > 1)
1002 arg_children_max = i;
1386 r = safe_atou(value, &arg_children_max);
1449 r = safe_atou(optarg, &arg_children_max);
1678 if (arg_children_max == 0) {
1681 arg_children_max = 8;
1684 arg_children_max += CPU_COUNT(&cpu_set) * 2;
1686 log_debug("set children_max to %u", arg_children_max);