Searched refs:CPU_SETSIZE (Results 1 – 2 of 2) sorted by relevance
47 #define CPU_SETSIZE 1024 macro51 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++) in get_ncpus()