cpumask_t
typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t;