Searched refs:cpu_set (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | cpu-set-util.h | 32 int parse_cpu_set_and_warn(const char *rvalue, cpu_set_t **cpu_set, const char *unit, const char *filename, unsigned line, const char *lvalue);
|
H A D | cpu-set-util.c | 64 cpu_set_t **cpu_set, 107 /* On success, sets *cpu_set and returns ncpus for the system. */ 109 *cpu_set = c; 62 parse_cpu_set_and_warn( const char *rvalue, cpu_set_t **cpu_set, const char *unit, const char *filename, unsigned line, const char *lvalue) argument
|
/systemd/src/udev/ |
H A D | udevd.c | 1679 cpu_set_t cpu_set; local 1683 if (sched_getaffinity(0, sizeof(cpu_set), &cpu_set) == 0) 1684 arg_children_max += CPU_COUNT(&cpu_set) * 2;
|
Completed in 19 milliseconds