Searched refs:bitmap_empty (Results 1 – 7 of 7) sorted by relevance
63 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS)
211 static inline int bitmap_empty(const unsigned long *src, int nbits) in bitmap_empty() function
175 return bitmap_empty(srcp->bits, nbits); in __nodes_empty()
191 return bitmap_empty(srcp->bits, nr_cpu_ids); in cpumask_empty()
1414 if ( likely(bitmap_empty(d->poll_mask, d->max_vcpus)) ) in evtchn_check_pollers()
555 if ( bitmap_empty(found, ARRAY_SIZE(names)) ) in check_patching_sections()
2433 if (!bitmap_empty(smmu->context_map, ARM_SMMU_MAX_CBS))
Completed in 20 milliseconds