Lines Matching +full:interrupt +full:- +full:affinity
34 .Nd manage CPU affinity sets
57 per-thread mask to bind to a specific CPU or subset of CPUs and memory domains.
66 assignable on a per-process basis.
69 The anonymous set is a further thread-specific refinement on the assigned
83 .Bl -column CPU_LEVEL_CPUSET -offset indent
98 .Bl -column CPU_WHICH_INTRHANDLER -offset indent
105 .It Dv CPU_WHICH_INTRHANDLER Ta "id is an irq number for an interrupt handler"
112 of '-1' may be used with a
191 .Rv -std
206 .Bd -literal -offset indent
218 /* Set affinity for the CPU set for the current process. */
219 if (cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1,
225 process, and its affinity similarly configured.
227 the affinity of the set.
228 .Bd -literal -offset indent
245 /* Set affinity for the CPU set for the current process. */
253 .Bl -tag -width Er