Searched defs:bitmap (Results 1 – 6 of 6) sorted by relevance
/lib/ |
D | memweight.c | 14 const unsigned char *bitmap = ptr; in memweight() local
|
D | bitmap.c | 239 int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() 990 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() 1056 int bitmap_find_free_region(unsigned long *bitmap, unsigned int bits, int order) in bitmap_find_free_region() 1081 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region() 1098 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region() 1121 bitmap_from_u32array(unsigned long *bitmap, unsigned int nbits, in bitmap_from_u32array() 1165 const unsigned long *bitmap, unsigned int nbits) in bitmap_to_u32array()
|
D | idr.c | 868 static void free_bitmap(struct ida *ida, struct ida_bitmap *bitmap) in free_bitmap() 904 struct ida_bitmap *bitmap; in ida_pre_get() local 935 struct ida_bitmap *bitmap; in ida_get_new_above() local 1017 struct ida_bitmap *bitmap; in ida_remove() local
|
D | test_bitmap.c | 57 const unsigned long *bitmap, unsigned int nbits) in __check_eq_pbl()
|
D | test_printf.c | 389 bitmap(void) in bitmap() function
|
D | vsprintf.c | 855 char *bitmap_string(char *buf, char *end, unsigned long *bitmap, in bitmap_string() 896 char *bitmap_list_string(char *buf, char *end, unsigned long *bitmap, in bitmap_list_string()
|