Searched refs:arg_children_max (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudevd.c72 static unsigned arg_children_max; variable
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);
[all...]

Completed in 14 milliseconds