Searched refs:cpuset_ncpus (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Dexecute.h115 unsigned cpuset_ncpus; member in struct:ExecContext
H A Dexecute.c1620 if (sched_setaffinity(0, CPU_ALLOC_SIZE(context->cpuset_ncpus), context->cpuset) < 0) {
2509 for (i = 0; i < c->cpuset_ncpus; i++)
2510 if (CPU_ISSET_S(i, CPU_ALLOC_SIZE(c->cpuset_ncpus), c->cpuset))
H A Ddbus-execute.c250 return sd_bus_message_append_array(reply, 'y', c->cpuset, CPU_ALLOC_SIZE(c->cpuset_ncpus));
H A Dload-fragment.c949 c->cpuset_ncpus = ncpus;

Completed in 39 milliseconds