H A D | bitmap.h | 15 #include <linux/bitmap-str.h> 21 * longs. The bitmap interface and available operations are listed 22 * here, in bitmap.h 25 * lib/bitmap.c. Functions implementations that are architecture 29 * See lib/bitmap.c for more details. 33 * DOC: bitmap overview 35 * The available bitmap operations and their rough meaning in the 36 * case that the bitmap is a single unsigned long are thus: 57 * bitmap_weight_and(src1, src2, nbits) Hamming Weight of and'ed bitmap 58 * bitmap_weight_andnot(src1, src2, nbits) Hamming Weight of andnot'ed bitmap 299 bitmap_from_arr32(bitmap,buf,nbits) global() argument 302 bitmap_to_arr32(buf,bitmap,nbits) global() argument 315 bitmap_from_arr64(bitmap,buf,nbits) global() argument 317 bitmap_to_arr64(buf,bitmap,nbits) global() argument 636 bitmap_next_set_region(unsigned long * bitmap,unsigned int * rs,unsigned int * re,unsigned int end) bitmap_next_set_region() argument 653 bitmap_release_region(unsigned long * bitmap,unsigned int pos,int order) bitmap_release_region() argument 670 bitmap_allocate_region(unsigned long * bitmap,unsigned int pos,int order) bitmap_allocate_region() argument 695 bitmap_find_free_region(unsigned long * bitmap,unsigned int bits,int order) bitmap_find_free_region() argument [all...] |