Searched refs:user_usec (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpu.c | 186 long usage_usec, user_usec, system_usec; in test_cpucg_stats() local 199 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_stats() 201 if (usage_usec != 0 || user_usec != 0 || system_usec != 0) in test_cpucg_stats() 216 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_stats() 217 if (user_usec <= 0) in test_cpucg_stats() 574 long usage_usec, user_usec; in test_cpucg_max() local 601 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_max() 602 if (user_usec <= 0) in test_cpucg_max() 605 if (user_usec >= expected_usage_usec) in test_cpucg_max() 627 long usage_usec, user_usec; in test_cpucg_max_nested() local [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 1045 - user_usec
|