Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c187 long usage_seconds = 2; in test_cpucg_stats() local
188 long expected_usage_usec = usage_seconds * USEC_PER_SEC; in test_cpucg_stats()
207 .tv_sec = usage_seconds, in test_cpucg_stats()
303 long usage_seconds = 10; in weight_hog_ncpus() local
307 .tv_sec = usage_seconds, in weight_hog_ncpus()
575 long usage_seconds = 1; in test_cpucg_max() local
576 long expected_usage_usec = usage_seconds * USEC_PER_SEC; in test_cpucg_max()
592 .tv_sec = usage_seconds, in test_cpucg_max()
628 long usage_seconds = 1; in test_cpucg_max_nested() local
629 long expected_usage_usec = usage_seconds * USEC_PER_SEC; in test_cpucg_max_nested()
[all …]