Searched defs:cpumask_t (Results 1 – 2 of 2) sorted by relevance
3 typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t; typedef
88 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef