Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-platform-output.c97 uint64_t quota, period; in TEST_IMPL() local
102 if (fscanf(file, "%lu %lu", &quota, &period) == 2 && quota > 0) { in TEST_IMPL()
104 cgroup_par = (unsigned int)(quota / period); in TEST_IMPL()
113 if (fscanf(file, "%lu", &quota) == 1 && quota > 0 && quota < ~0ULL) { in TEST_IMPL()
118 cgroup_par = (unsigned int)(quota / period); in TEST_IMPL()

Completed in 4 milliseconds