Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c684 char quota_buf[32]; in test_cpucg_max() local
688 snprintf(quota_buf, sizeof(quota_buf), "%ld", quota_usec); in test_cpucg_max()
697 if (cg_write(cpucg, "cpu.max", quota_buf)) in test_cpucg_max()
751 char quota_buf[32]; in test_cpucg_max_nested() local
755 snprintf(quota_buf, sizeof(quota_buf), "%ld", quota_usec); in test_cpucg_max_nested()
771 if (cg_write(parent, "cpu.max", quota_buf)) in test_cpucg_max_nested()