Lines Matching refs:user_usec
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
675 user_usec = cg_read_key_long(cpucg, "cpu.stat", "user_usec"); in test_cpucg_max()
676 if (user_usec <= 0) in test_cpucg_max()
679 if (user_usec >= expected_usage_usec) in test_cpucg_max()
701 long usage_usec, user_usec; in test_cpucg_max_nested() local
735 user_usec = cg_read_key_long(child, "cpu.stat", "user_usec"); in test_cpucg_max_nested()
736 if (user_usec <= 0) in test_cpucg_max_nested()
739 if (user_usec >= expected_usage_usec) in test_cpucg_max_nested()