Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c292 CPUSET_XOR(*softcall_cpuset, poke); in softcall_choose_cpu()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h499 #define CPUSET_XOR(set1, set2) cpuset_xor(&(set1), &(set2)) macro