Searched refs:__bitmap_clear (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | bitmap.h | 171 void __bitmap_clear(unsigned long *map, unsigned int start, int len); 436 __bitmap_clear(map, start, nbits); in bitmap_clear()
|
/linux/lib/ |
A D | bitmap.c | 372 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear() function 391 EXPORT_SYMBOL(__bitmap_clear);
|
A D | test_bitmap.c | 575 __bitmap_clear(bmap2, start, nbits); in test_mem_optimisations()
|
/linux/fs/ntfs3/ |
A D | bitmap.c | 744 __bitmap_clear(buf, wbit, op); in wnd_set_free() 1373 __bitmap_clear(buf, b0, blocksize * 8 - b0); in wnd_extend()
|
A D | fslog.c | 3663 __bitmap_clear(Add2Ptr(buffer_le, roff), bmp_off, bmp_bits); in do_action()
|
/linux/drivers/virtio/ |
A D | virtio_mem.c | 528 __bitmap_clear(vm->sbm.sb_states, bit, count); in virtio_mem_sbm_set_sb_unplugged()
|
/linux/ |
A D | vmlinux.symvers | 1574 0x00000000 __bitmap_clear vmlinux EXPORT_SYMBOL
|
A D | System.map | 16463 ffff80001048d750 T __bitmap_clear
|
A D | .tmp_System.map | 16463 ffff80001048d750 T __bitmap_clear
|
Completed in 309 milliseconds