Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_perfmon.c47 #define CPU_SETSIZE 1024 macro
51 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
/external/blktrace/btreplay/
Dbtreplay.c516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++) in get_ncpus()