Home
last modified time | relevance | path

Searched defs:CPUSET_ALL (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dcpuvar.h423 #define CPUSET_ALL(set) cpuset_all(&(set)) macro
498 #define CPUSET_ALL(set) ((void)((set) = ~0UL)) macro
/netbsd/src/sys/arch/sparc/sparc/
Dcpuvar.h184 #define CPUSET_ALL 0xffffffffU /* xcall to all configured CPUs */ macro