Searched refs:period (Results 1 – 1 of 1) sorted by relevance
97 uint64_t quota, period; in TEST_IMPL() local102 if (fscanf(file, "%lu %lu", "a, &period) == 2 && quota > 0) { in TEST_IMPL()104 cgroup_par = (unsigned int)(quota / period); in TEST_IMPL()116 if (file && fscanf(file, "%lu", &period) == 1) { in TEST_IMPL()118 cgroup_par = (unsigned int)(quota / period); in TEST_IMPL()
Completed in 4 milliseconds