Searched refs:__bitmap_clear (Results 1 – 7 of 7) sorted by relevance
/linux/tools/include/linux/ |
H A D | bitmap.h | 22 void __bitmap_clear(unsigned long *map, unsigned int start, int len); 166 __bitmap_clear(map, start, nbits); in bitmap_clear()
|
/linux/drivers/firmware/efi/libstub/ |
H A D | bitmap.c | 23 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear() function
|
/linux/tools/lib/ |
H A D | bitmap.c | 104 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear() function
|
/linux/lib/ |
H A D | bitmap.c | 379 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear() function 398 EXPORT_SYMBOL(__bitmap_clear);
|
H A D | test_bitmap.c | 758 __bitmap_clear(bmap2, start, nbits); in test_mem_optimisations()
|
/linux/include/linux/ |
H A D | bitmap.h | 185 void __bitmap_clear(unsigned long *map, unsigned int start, int len); 496 __bitmap_clear(map, start, nbits); in bitmap_clear()
|
/linux/drivers/virtio/ |
H A D | virtio_mem.c | 538 __bitmap_clear(vm->sbm.sb_states, bit, count);
|