Searched refs:bitmap_empty (Results 1 – 6 of 6) sorted by relevance
63 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS)
219 static inline int bitmap_empty(const unsigned long *src, int nbits) in bitmap_empty() function
204 return bitmap_empty(srcp->bits, nr_cpu_ids); in cpumask_empty()
185 return bitmap_empty(srcp->bits, nbits); in __nodes_empty()
1277 if ( likely(bitmap_empty(d->poll_mask, d->max_vcpus)) ) in evtchn_check_pollers()
2450 if (!bitmap_empty(smmu->context_map, ARM_SMMU_MAX_CBS))
Completed in 18 milliseconds