cpumask_t          17 include/linux/cpumask.h typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
cpumask_t         690 tools/perf/util/svghelper.c typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t;