Searched defs:bitmap (Results 1 – 9 of 9) sorted by relevance
/lib/ |
A 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_first_and_bit(void *bitmap, const void *bitmap2, unsigned long len) in test_find_first_and_bit() 71 static int __init test_find_next_bit(const void *bitmap, unsigned long len) in test_find_next_bit() 85 static int __init test_find_next_zero_bit(const void *bitmap, unsigned long len) in test_find_next_zero_bit() 99 static int __init test_find_last_bit(const void *bitmap, unsigned long len) in test_find_last_bit() 118 static int __init test_find_nth_bit(const unsigned long *bitmap, unsigned long len) in test_find_nth_bit() 134 static int __init test_find_next_and_bit(const void *bitmap, in test_find_next_and_bit()
|
A D | memweight.c | 15 const unsigned char *bitmap = ptr; in memweight() local
|
A D | bitmap.c | 338 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() 743 void bitmap_free(const unsigned long *bitmap) in bitmap_free() 751 unsigned long *bitmap = data; in devm_bitmap_free() local 759 unsigned long *bitmap; in devm_bitmap_alloc() local 788 void bitmap_from_arr32(unsigned long *bitmap, const u32 *buf, unsigned int nbits) in bitmap_from_arr32() 811 void bitmap_to_arr32(u32 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr32() 836 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits) in bitmap_from_arr64() 866 void bitmap_to_arr64(u64 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr64()
|
A D | idr.c | 386 struct ida_bitmap *bitmap, *alloc = NULL; in ida_alloc_range() local 558 struct ida_bitmap *bitmap; in ida_free() local 611 struct ida_bitmap *bitmap; in ida_destroy() local 649 struct ida_bitmap *bitmap = entry; in ida_dump_entry() local
|
A D | bitmap-str.c | 220 static void bitmap_set_region(const struct region *r, unsigned long *bitmap) in bitmap_set_region() 478 u32 *bitmap = (u32 *)maskp; in bitmap_parse() local
|
A D | test_bitmap.c | 91 const unsigned long *bitmap, unsigned int nbits) in __check_eq_pbl() 1068 const unsigned long *bitmap; member
|
A D | vsprintf.c | 1237 char *bitmap_string(char *buf, char *end, const unsigned long *bitmap, in bitmap_string() 1281 char *bitmap_list_string(char *buf, char *end, const unsigned long *bitmap, in bitmap_list_string()
|
/lib/pldmfw/ |
A D | pldmfw.c | 750 unsigned long *bitmap = data->matching_record->component_bitmap; in pldm_send_component_tables() local 795 unsigned long *bitmap = data->matching_record->component_bitmap; in pldm_flash_components() local
|
/lib/tests/ |
A D | printf_kunit.c | 547 bitmap(struct kunit *kunittest) in bitmap() function
|
Completed in 20 milliseconds