Searched refs:quota (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()113 if (fscanf(file, "%lu", "a) == 1 && quota > 0 && quota < ~0ULL) { in TEST_IMPL()118 cgroup_par = (unsigned int)(quota / period); in TEST_IMPL()
Completed in 4 milliseconds