Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevd.c80 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()
[all …]