Home
last modified time | relevance | path

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

1234

/linux-2.6.39/include/asm-generic/bitops/
Dfind.h41 extern unsigned long find_first_zero_bit(const unsigned long *addr,
46 #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-2.6.39/arch/unicore32/include/asm/
Dbitops.h20 #define find_first_zero_bit __uc32_find_first_zero_bit macro
/linux-2.6.39/arch/sh/kernel/cpu/irq/
Dimask.c70 find_first_zero_bit(imask_mask, IMASK_PRIORITY); in unmask_imask_irq()
/linux-2.6.39/arch/avr32/kernel/
Davr32_ksyms.c57 EXPORT_SYMBOL(find_first_zero_bit);
/linux-2.6.39/lib/
Dfind_next_bit.c138 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() function
159 EXPORT_SYMBOL(find_first_zero_bit);
/linux-2.6.39/arch/mips/kernel/
Dirq.c41 irq = find_first_zero_bit(irq_map, NR_IRQS); in allocate_irqno()
/linux-2.6.39/arch/arm/include/asm/
Dbitops.h201 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) macro
212 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) macro
/linux-2.6.39/arch/sh/boards/mach-x3proto/
Dilsel.c105 bit = find_first_zero_bit(&ilsel_level_map, ILSEL_LEVELS); in ilsel_enable()
/linux-2.6.39/drivers/infiniband/hw/amso1100/
Dc2_pd.c52 obj = find_first_zero_bit(c2dev->pd_table.table, in c2_pd_alloc()
/linux-2.6.39/arch/arm/mach-iop13xx/
Dmsi.c132 pos = find_first_zero_bit(msi_irq_in_use, IOP13XX_NUM_MSI_IRQS); in create_irq()
/linux-2.6.39/arch/m68k/include/asm/
Dbitops_mm.h179 static inline int find_first_zero_bit(const unsigned long *vaddr, in find_first_zero_bit() function
223 res = find_first_zero_bit(p, size - ((long)p - (long)vaddr) * 8); in find_next_zero_bit()
/linux-2.6.39/arch/avr32/include/asm/
Dbitops.h271 unsigned long find_first_zero_bit(const unsigned long *addr,
/linux-2.6.39/fs/minix/
Dminix.h112 find_first_zero_bit((unsigned long *)(addr), (size))
/linux-2.6.39/arch/avr32/lib/
Dfindbit.S15 ENTRY(find_first_zero_bit)
/linux-2.6.39/arch/s390/include/asm/
Dbitops.h613 static inline unsigned long find_first_zero_bit(const unsigned long *addr, in find_first_zero_bit() function
678 return offset + find_first_zero_bit(p, size); in find_next_zero_bit()
/linux-2.6.39/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()
623 que_id = find_first_zero_bit(ha->req_qid_map, ha->max_req_queues); in qla25xx_create_req_que()
719 que_id = find_first_zero_bit(ha->rsp_qid_map, ha->max_rsp_queues); in qla25xx_create_rsp_que()
/linux-2.6.39/drivers/char/
Dmisc.c201 int i = find_first_zero_bit(misc_minors, DYNAMIC_MINORS); in misc_register()
/linux-2.6.39/block/
Dblk-tag.c368 tag = find_first_zero_bit(bqt->tag_map, max_depth); in blk_queue_start_tag()
/linux-2.6.39/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-2.6.39/arch/sh/kernel/
Dperf_event.c282 idx = find_first_zero_bit(cpuc->used_mask, sh_pmu->num_events); in sh_pmu_add()
/linux-2.6.39/net/sctp/
Dtsnmap.c253 zero_bit = find_first_zero_bit(map->tsn_map, len); in sctp_tsnmap_update()
/linux-2.6.39/drivers/scsi/aic94xx/
Daic94xx_hwi.h313 index = find_first_zero_bit(seq->tc_index_bitmap, in asd_tc_index_get()
/linux-2.6.39/drivers/usb/wusbcore/
Dwusbhc.c322 id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS); in wusb_cluster_id_get()
/linux-2.6.39/drivers/infiniband/hw/mthca/
Dmthca_allocator.c50 obj = find_first_zero_bit(alloc->table, alloc->max); in mthca_alloc()

1234