Searched refs:__NCPUBITS (Results 1 – 1 of 1) sorted by relevance
10 # define __NCPUBITS (8 * sizeof (__cpu_mask)) macro16 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)17 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))22 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];