Searched refs:__NCPUBITS (Results 1 – 1 of 1) sorted by relevance
110 # define __NCPUBITS (8 * sizeof (__cpu_mask)) macro116 # define __CPUELT(cpu) ((cpu) / __NCPUBITS)117 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))122 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];187 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * 8)