Searched refs:__NCPUBITS (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/daemon/
H A Dopd_perfmon.c50 #define __NCPUBITS (8 * sizeof (unsigned long)) macro
53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
57 ((cpusetp)->__bits[(cpu)/__NCPUBITS] |= (1UL << ((cpu) % __NCPUBITS)))

Completed in 33 milliseconds