Searched refs:__bitmap_clear (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/include/linux/ |
| 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/ |
| A D | bitmap.c | 23 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear() function
|
| /linux/tools/lib/ |
| A D | bitmap.c | 104 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear() function
|
| /linux/include/linux/ |
| 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/lib/ |
| 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);
|
| A D | test_bitmap.c | 758 __bitmap_clear(bmap2, start, nbits); in test_mem_optimisations()
|
| /linux/drivers/virtio/ |
| A D | virtio_mem.c | 536 __bitmap_clear(vm->sbm.sb_states, bit, count); in virtio_mem_sbm_set_sb_unplugged()
|
Completed in 20 milliseconds