Searched refs:user_usec (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpu.c | 188 long usage_usec, user_usec, system_usec; in test_cpucg_stats() local 201 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_stats() 203 if (usage_usec != 0 || user_usec != 0 || system_usec != 0) in test_cpucg_stats() 218 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_stats() 219 if (user_usec <= 0) in test_cpucg_stats() 242 long user_usec, nice_usec; in test_cpucg_nice() local 255 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_nice() 259 if (user_usec != 0 || nice_usec != 0) in test_cpucg_nice() 292 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_nice()
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1154 - user_usec
|