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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c165 static cpuset_t *softcall_cpuset = NULL; variable
185 softcall_cpuset = kmem_zalloc(sizeof (cpuset_t), KM_SLEEP);
199 CPUSET_ZERO(*softcall_cpuset);
233 if (CPU_IN_SET(*softcall_cpuset, cp->cpu_id) ||
292 CPUSET_XOR(*softcall_cpuset, poke);
431 if (softcall_cpuset != NULL &&
432 CPU_IN_SET(*softcall_cpuset, cpu_id)) {
433 CPUSET_DEL(*softcall_cpuset, cpu_id);
444 * The check for softcall_cpuset being
448 if (softcall_cpuset !
[all...]

Completed in 44 milliseconds