Home
last modified time | relevance | path

Searched refs:softcall_cpuset (Results 1 – 1 of 1) sorted by relevance

/titanic_44/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); in softcall_init()
199 CPUSET_ZERO(*softcall_cpuset); in softcall_init()
233 if (CPU_IN_SET(*softcall_cpuset, cp->cpu_id) || in softcall_choose_cpu()
292 CPUSET_XOR(*softcall_cpuset, poke); in softcall_choose_cpu()
431 if (softcall_cpuset != NULL && in softint()
432 CPU_IN_SET(*softcall_cpuset, cpu_id)) { in softint()
433 CPUSET_DEL(*softcall_cpuset, cpu_id); in softint()
448 if (softcall_cpuset != NULL && in softint()
449 CPU_IN_SET(*softcall_cpuset, cpu_id)) in softint()
[all …]