Home
last modified time | relevance | path

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

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