Searched defs:cpu_upper (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dcpu-set-util.c79 unsigned cpu, cpu_lower, cpu_upper; local
94 r = parse_range(word, &cpu_lower, &cpu_upper);
97 if (cpu_lower >= ncpus || cpu_upper >= ncpus)
100 if (cpu_lower > cpu_upper)
101 log_syntax(unit, LOG_WARNING, filename, line, 0, "Range '%s' is invalid, %u > %u", word, cpu_lower, cpu_upper);
103 for (cpu = cpu_lower; cpu <= cpu_upper; cpu++)

Completed in 6 milliseconds