Searched defs:bitmap (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | find_bit_benchmark.c | 36 static int __init test_find_first_bit(void *bitmap, unsigned long len) in test_find_first_bit() 52 static int __init test_find_next_bit(const void *bitmap, unsigned long len) in test_find_next_bit() 66 static int __init test_find_next_zero_bit(const void *bitmap, unsigned long len) in test_find_next_zero_bit() 80 static int __init test_find_last_bit(const void *bitmap, unsigned long len) in test_find_last_bit() 99 static int __init test_find_next_and_bit(const void *bitmap, in test_find_next_and_bit()
|
D | memweight.c | 15 const unsigned char *bitmap = ptr; in memweight() local
|
D | idr.c | 385 struct ida_bitmap *bitmap, *alloc = NULL; in ida_alloc_range() local 488 struct ida_bitmap *bitmap; in ida_free() local 539 struct ida_bitmap *bitmap; in ida_destroy() local 577 struct ida_bitmap *bitmap = entry; in ida_dump_entry() local
|
D | bitmap.c | 255 int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() 515 unsigned long *bitmap, int nbits) in bitmap_set_region() 1032 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() 1098 int bitmap_find_free_region(unsigned long *bitmap, unsigned int bits, int order) in bitmap_find_free_region() 1123 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region() 1140 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region() 1184 void bitmap_free(const unsigned long *bitmap) in bitmap_free() 1197 void bitmap_from_arr32(unsigned long *bitmap, const u32 *buf, unsigned int nbits) in bitmap_from_arr32() 1220 void bitmap_to_arr32(u32 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr32()
|
D | test_bitmap.c | 55 const unsigned long *bitmap, unsigned int nbits) in __check_eq_pbl()
|
D | test_printf.c | 520 bitmap(void) in bitmap() function
|
D | vsprintf.c | 1133 char *bitmap_string(char *buf, char *end, unsigned long *bitmap, in bitmap_string() 1177 char *bitmap_list_string(char *buf, char *end, unsigned long *bitmap, in bitmap_list_string()
|