Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c650 long default_period_usec = 100000; /* cpu.max's default period */ in test_cpucg_max() local
689 n_periods = duration_usec / default_period_usec; in test_cpucg_max()
690 remainder_usec = duration_usec - n_periods * default_period_usec; in test_cpucg_max()
714 long default_period_usec = 100000; /* cpu.max's default period */ in test_cpucg_max_nested() local
760 n_periods = duration_usec / default_period_usec; in test_cpucg_max_nested()
761 remainder_usec = duration_usec - n_periods * default_period_usec; in test_cpucg_max_nested()