Searched refs:for_each_clear_bit_from (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/x86/kernel/ |
D | idt.c | 290 for_each_clear_bit_from(i, system_vectors, FIRST_SYSTEM_VECTOR) { in idt_setup_apic_and_irq_gates() 296 for_each_clear_bit_from(i, system_vectors, NR_VECTORS) { in idt_setup_apic_and_irq_gates()
|
/Linux-v5.10/include/linux/ |
D | bitops.h | 48 #define for_each_clear_bit_from(bit, addr, size) \ macro
|
/Linux-v5.10/ |
D | .clang-format | 158 - 'for_each_clear_bit_from'
|
/Linux-v5.10/sound/soc/intel/catpt/ |
D | dsp.c | 166 for_each_clear_bit_from(b, &new, fls_long(mask)) { in catpt_dsp_set_srampge()
|
/Linux-v5.10/drivers/dma/ |
D | sun4i-dma.c | 237 for_each_clear_bit_from(i, priv->pchans_used, max) { in find_and_use_pchan()
|
/Linux-v5.10/fs/btrfs/ |
D | free-space-cache.c | 2393 for_each_clear_bit_from(j, bitmap->bitmap, BITS_PER_BITMAP) { in steal_from_bitmap_to_front()
|