Home
last modified time | relevance | path

Searched refs:find_first_zero_bit (Results 1 – 25 of 95) sorted by relevance

1234

/linux-3.3/include/asm-generic/bitops/
Dfind.h45 extern unsigned long find_first_zero_bit(const unsigned long *addr,
50 #define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0) macro
Dle.h26 return find_first_zero_bit(addr, size); in find_first_zero_bit_le()
/linux-3.3/arch/unicore32/include/asm/
Dbitops.h45 #define find_first_zero_bit find_first_zero_bit macro
/linux-3.3/arch/avr32/include/asm/
Dbitops.h271 unsigned long find_first_zero_bit(const unsigned long *addr,
273 #define find_first_zero_bit find_first_zero_bit macro
/linux-3.3/lib/
Dfind_next_bit.c138 #ifndef find_first_zero_bit
142 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() function
163 EXPORT_SYMBOL(find_first_zero_bit);
/linux-3.3/arch/m68k/include/asm/
Dbitops.h323 static inline int find_first_zero_bit(const unsigned long *vaddr, in find_first_zero_bit() function
347 #define find_first_zero_bit find_first_zero_bit macro
375 return offset + find_first_zero_bit(p, size - offset); in find_next_zero_bit()
/linux-3.3/arch/unicore32/lib/
Dfindbit.S20 ENTRY(find_first_zero_bit)
32 ENDPROC(find_first_zero_bit)
/linux-3.3/arch/s390/include/asm/
Dbitops.h613 static inline unsigned long find_first_zero_bit(const unsigned long *addr, in find_first_zero_bit() function
624 #define find_first_zero_bit find_first_zero_bit macro
680 return offset + find_first_zero_bit(p, size); in find_next_zero_bit()
/linux-3.3/arch/sh/kernel/cpu/irq/
Dimask.c70 find_first_zero_bit(imask_mask, IMASK_PRIORITY); in unmask_imask_irq()
/linux-3.3/arch/avr32/kernel/
Davr32_ksyms.c57 EXPORT_SYMBOL(find_first_zero_bit);
/linux-3.3/arch/arm/include/asm/
Dbitops.h201 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) macro
210 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) macro
/linux-3.3/arch/mips/kernel/
Dirq.c40 irq = find_first_zero_bit(irq_map, NR_IRQS); in allocate_irqno()
/linux-3.3/arch/sh/boards/mach-x3proto/
Dilsel.c105 bit = find_first_zero_bit(&ilsel_level_map, ILSEL_LEVELS); in ilsel_enable()
/linux-3.3/drivers/infiniband/hw/amso1100/
Dc2_pd.c52 obj = find_first_zero_bit(c2dev->pd_table.table, in c2_pd_alloc()
/linux-3.3/arch/arm/mach-iop13xx/
Dmsi.c132 pos = find_first_zero_bit(msi_irq_in_use, IOP13XX_NUM_MSI_IRQS); in create_irq()
/linux-3.3/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c64 lpid = find_first_zero_bit(lpid_inuse, NR_LPIDS); in kvmppc_alloc_hpt()
/linux-3.3/fs/minix/
Dminix.h117 find_first_zero_bit((unsigned long *)(addr), (size))
/linux-3.3/arch/avr32/lib/
Dfindbit.S15 ENTRY(find_first_zero_bit)
/linux-3.3/drivers/char/
Dmisc.c201 int i = find_first_zero_bit(misc_minors, DYNAMIC_MINORS); in misc_register()
/linux-3.3/drivers/scsi/qla2xxx/
Dqla_mid.c37 vp_id = find_first_zero_bit(ha->vp_idx_map, ha->max_npiv_vports + 1); in qla24xx_allocate_vp_id()
645 que_id = find_first_zero_bit(ha->req_qid_map, ha->max_req_queues); in qla25xx_create_req_que()
762 que_id = find_first_zero_bit(ha->rsp_qid_map, ha->max_rsp_queues); in qla25xx_create_rsp_que()
/linux-3.3/block/
Dblk-tag.c361 tag = find_first_zero_bit(bqt->tag_map, max_depth); in blk_queue_start_tag()
/linux-3.3/drivers/infiniband/hw/ehca/
Dipz_pt_fn.c152 bit = find_first_zero_bit(page->bitmap, IPZ_SPAGE_PER_KPAGE >> order); in alloc_small_queue_page()
/linux-3.3/arch/sh/kernel/
Dperf_event.c283 idx = find_first_zero_bit(cpuc->used_mask, sh_pmu->num_events); in sh_pmu_add()
/linux-3.3/net/sctp/
Dtsnmap.c253 zero_bit = find_first_zero_bit(map->tsn_map, len); in sctp_tsnmap_update()
/linux-3.3/net/core/
Dnetprio_cgroup.c60 prioidx = find_first_zero_bit(prioidx_map, sizeof(unsigned long) * PRIOIDX_SZ); in get_prioidx()

1234