Lines Matching refs:arg_children_max
80 static unsigned arg_children_max = 0; variable
344 "STATUS=Processing with %u children at max", arg_children_max); in notify_ready()
833 if (hashmap_size(manager->workers) >= arg_children_max) { in event_run()
836 if (log_children_max_reached && arg_children_max > 1) { in event_run()
1364 arg_children_max = value->intval; in on_ctrl_msg()
1722 r = safe_atou(value, &arg_children_max); in parse_proc_cmdline_item()
1826 r = safe_atou(optarg, &arg_children_max); in parse_argv()
2088 …udev_parse_config_full(&arg_children_max, &arg_exec_delay_usec, &arg_event_timeout_usec, &arg_reso… in run_udevd()
2109 if (arg_children_max == 0) { in run_udevd()
2121 arg_children_max = MIN(cpu_limit, mem_limit); in run_udevd()
2122 arg_children_max = MIN(WORKER_NUM_MAX, arg_children_max); in run_udevd()
2124 log_debug("Set children_max to %u", arg_children_max); in run_udevd()