Searched refs:sbitmap_alloc_with_popcount (Results 1 – 3 of 3) sorted by relevance
205 ret->wordmask = sbitmap_alloc_with_popcount (size); in ebitmap_alloc()362 dst->wordmask = sbitmap_alloc_with_popcount (src->wordmask->n_bits); in ebitmap_copy()688 tempmask = sbitmap_alloc_with_popcount (MAX (src1size, src2size)); in ebitmap_ior()882 tempmask = sbitmap_alloc_with_popcount (src1size); in ebitmap_and_compl()
211 extern sbitmap sbitmap_alloc_with_popcount (unsigned int);
99 sbitmap_alloc_with_popcount (unsigned int n_elms) in sbitmap_alloc_with_popcount() function