Searched refs:quota_per_period (Results 1 – 3 of 3) sorted by relevance
491 long long quota_per_period; member
2316 constraint->quota_per_period = LLONG_MAX; in uv__get_cgroupv2_constrained_cpu()2317 else if (sscanf(quota_buf, "%lld", &constraint->quota_per_period) != 1) in uv__get_cgroupv2_constrained_cpu()2371 if (sscanf(buf, "%lld", &constraint->quota_per_period) != 1) in uv__get_cgroupv1_constrained_cpu()
1984 rc_with_cgroup = (double)c.quota_per_period / c.period_length * c.proportions; in uv_available_parallelism()
Completed in 18 milliseconds