Searched refs:bitmap_weight (Results 1 – 5 of 5) sorted by relevance
65 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
235 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight() function
214 return bitmap_weight(srcp->bits, nr_cpu_ids); in cpumask_weight()
197 return bitmap_weight(srcp->bits, nbits); in __nodes_weight()
1675 if ( bitmap_weight(module_map, mbi->mods_count) > 1 ) in __start_xen()
Completed in 9 milliseconds