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.c678 long default_period_usec = 100000; /* cpu.max's default period */ in test_cpucg_max() local
719 n_periods = duration_usec / default_period_usec; in test_cpucg_max()
720 remainder_usec = duration_usec - n_periods * default_period_usec; in test_cpucg_max()
745 long default_period_usec = 100000; /* cpu.max's default period */ in test_cpucg_max_nested() local
793 n_periods = duration_usec / default_period_usec; in test_cpucg_max_nested()
794 remainder_usec = duration_usec - n_periods * default_period_usec; in test_cpucg_max_nested()