Searched refs:quota_buf (Results 1 – 1 of 1) sorted by relevance
2295 char quota_buf[16]; in uv__get_cgroupv2_constrained_cpu() local2312 if (sscanf(buf, "%15s %llu", quota_buf, &constraint->period_length) != 2) in uv__get_cgroupv2_constrained_cpu()2315 if (strncmp(quota_buf, "max", 3) == 0) in uv__get_cgroupv2_constrained_cpu()2317 else if (sscanf(quota_buf, "%lld", &constraint->quota_per_period) != 1) in uv__get_cgroupv2_constrained_cpu()
Completed in 9 milliseconds