Searched refs:user_usec (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/cgroup/ |
D | test_cpu.c | 187 long usage_usec, user_usec, system_usec; in test_cpucg_stats() local 200 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_stats() 202 if (usage_usec != 0 || user_usec != 0 || system_usec != 0) in test_cpucg_stats() 217 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_stats() 218 if (user_usec <= 0) in test_cpucg_stats() 241 long user_usec, nice_usec; in test_cpucg_nice() local 254 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_nice() 258 if (user_usec != 0 || nice_usec != 0) in test_cpucg_nice() 291 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_nice() 648 long usage_usec, user_usec; in test_cpucg_max() local [all …]
|
/linux-6.14.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1102 - user_usec
|