Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dcgroup-util.h85 bool cpu_accounting_is_cheap(void);
Dcgroup-util.c2282 bool cpu_accounting_is_cheap(void) { in cpu_accounting_is_cheap() function
/systemd-251/src/cgtop/
Dcgtop.c366 } else if (STR_IN_SET(controller, "cpu", "cpuacct") || cpu_accounting_is_cheap()) { in process()
/systemd-251/src/core/
Dmain.c722 m->default_cpu_accounting = cpu_accounting_is_cheap(); in set_manager_defaults()