Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dlinux.c2266 char quota_buf[16]; in uv__get_cgroupv2_constrained_cpu() local
2283 if (sscanf(buf, "%15s %llu", quota_buf, &constraint->period_length) != 2) in uv__get_cgroupv2_constrained_cpu()
2286 if (strncmp(quota_buf, "max", 3) == 0) in uv__get_cgroupv2_constrained_cpu()
2288 else if (sscanf(quota_buf, "%lld", &constraint->quota_per_period) != 1) in uv__get_cgroupv2_constrained_cpu()

Completed in 14 milliseconds