Searched defs:cpumask_t (Results 1 – 2 of 2) sorted by relevance
690 typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t; typedef
17 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef
Completed in 7 milliseconds