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

/systemd/src/basic/
H A Dcpu-set-util.c64 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 Dudevd.c1679 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 21 milliseconds