/linux/tools/include/linux/ |
H A D | find.h | 80 #ifndef find_next_zero_bit 91 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, in find_next_zero_bit() function
|
H A D | bitops.h | 62 (bit) = find_next_zero_bit((addr), (size), (bit) + 1))
|
/linux/arch/sparc/lib/ |
H A D | bitext.c | 60 off_new = find_next_zero_bit(t->map, t->size, offset); in bit_map_string_get() 86 t->first_free = find_next_zero_bit in bit_map_string_get()
|
/linux/arch/arm64/kvm/ |
H A D | vmid.c | 112 vmid = find_next_zero_bit(vmid_map, NUM_USER_VMIDS, cur_idx); in new_vmid() 122 vmid = find_next_zero_bit(vmid_map, NUM_USER_VMIDS, 1); in new_vmid()
|
/linux/arch/csky/mm/ |
H A D | asid.c | 111 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), cur_idx); in new_context() 121 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), 1); in new_context()
|
/linux/arch/arm/mm/ |
H A D | context.c | 223 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, cur_idx); in new_context() 228 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, 1); in new_context()
|
/linux/arch/arm/include/asm/ |
H A D | bitops.h | 203 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_le(p,sz,off) macro 212 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_be(p,sz,off) macro
|
/linux/arch/riscv/mm/ |
H A D | context.c | 125 asid = find_next_zero_bit(context_asid_map, num_asids, cur_idx); in __new_context() 136 asid = find_next_zero_bit(context_asid_map, num_asids, 1); in __new_context()
|
/linux/arch/m68k/include/asm/ |
H A D | bitops.h | 379 static inline int find_next_zero_bit(const unsigned long *vaddr, int size, in find_next_zero_bit() function 407 #define find_next_zero_bit find_next_zero_bit macro
|
H A D | mmu_context.h | 40 ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx); in get_mmu_context()
|
/linux/arch/arm64/mm/ |
H A D | context.c | 197 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, cur_idx); in new_context() 207 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, 1); in new_context()
|
/linux/arch/powerpc/mm/book3s32/ |
H A D | mmu_context.c | 56 ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx); in __init_new_context()
|
/linux/arch/microblaze/include/asm/ |
H A D | mmu_context_mm.h | 87 ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx); in get_mmu_context()
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | id_table.c | 51 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); in c4iw_id_alloc()
|
/linux/tools/lib/ |
H A D | find_bit.c | 117 #ifndef find_next_zero_bit
|
/linux/drivers/android/ |
H A D | dbitmap.h | 140 n = find_next_zero_bit(dmap->map, dmap->nbits, offset); in dbitmap_acquire_next_zero_bit()
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_doorbell.c | 92 obj = find_next_zero_bit(tbl->table, tbl->max, tbl->last); in pvrdma_uar_alloc()
|
/linux/drivers/clocksource/ |
H A D | ingenic-timer.c | 320 timer->channel = find_next_zero_bit(&tcu->pwm_channels_mask, in ingenic_tcu_init() 326 tcu->cs_channel = find_next_zero_bit(&tcu->pwm_channels_mask, in ingenic_tcu_init()
|
/linux/fs/btrfs/ |
H A D | misc.h | 149 found_zero = find_next_zero_bit(addr, start + nbits, start); in bitmap_test_range_all_set()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | sec.c | 16 return find_next_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM, in rtw_sec_get_free_cam()
|
/linux/io_uring/ |
H A D | filetable.c | 26 ret = find_next_zero_bit(table->bitmap, nr, table->alloc_hint); in io_file_bitmap_get()
|
/linux/arch/mips/mm/ |
H A D | context.c | 156 mmid = find_next_zero_bit(mmid_map, num_mmids, cur_idx); in get_new_mmid()
|
/linux/lib/ |
H A D | find_bit_benchmark.c | 92 i = find_next_zero_bit(bitmap, len, i) + 1; in test_find_next_zero_bit()
|
/linux/fs/omfs/ |
H A D | bitmap.c | 145 bit = find_next_zero_bit(sbi->s_imap[i], bits_per_entry, in omfs_allocate_range()
|
/linux/mm/ |
H A D | swap.h | 106 return find_next_zero_bit(sis->zeromap, end, start) - start; in swap_zeromap_batch()
|