Searched defs:bitmap (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | memweight.c | 14 const unsigned char *bitmap = ptr; in memweight() local
|
D | bitmap.c | 238 int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() 947 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() 1013 int bitmap_find_free_region(unsigned long *bitmap, unsigned int bits, int order) in bitmap_find_free_region() 1038 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region() 1055 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region() 1099 void bitmap_free(const unsigned long *bitmap) in bitmap_free()
|
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_printf.c | 292 bitmap(void) in bitmap() function
|
D | vsprintf.c | 808 char *bitmap_string(char *buf, char *end, unsigned long *bitmap, in bitmap_string() 849 char *bitmap_list_string(char *buf, char *end, unsigned long *bitmap, in bitmap_list_string()
|