Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevd.c2110 unsigned long cpu_limit, mem_limit, cpu_count = 1; in run_udevd() local
2118 cpu_limit = cpu_count * 2 + 16; in run_udevd()
2121 arg_children_max = MIN(cpu_limit, mem_limit); in run_udevd()