/Linux-v5.4/kernel/irq/ |
D | resend.c | 35 while (!bitmap_empty(irqs_resend, nr_irqs)) { in resend_irqs()
|
D | irq_sim.c | 56 while (!bitmap_empty(work_ctx->pending, sim->irq_count)) { in irq_sim_handle_irq()
|
/Linux-v5.4/net/phonet/ |
D | pn_dev.c | 163 } else if (bitmap_empty(pnd->addrs, 64)) in phonet_address_del() 184 BUG_ON(bitmap_empty(pnd->addrs, 64)); in phonet_address_get() 271 if (bitmap_empty(deleted, 64)) in phonet_route_autodel()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | dm.c | 75 WARN_ON(!bitmap_empty(dm->steering_sw_icm_alloc_blocks, in mlx5_dm_cleanup() 82 WARN_ON(!bitmap_empty(dm->header_modify_sw_icm_alloc_blocks, in mlx5_dm_cleanup()
|
/Linux-v5.4/include/linux/ |
D | linkmode.h | 32 return bitmap_empty(src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_empty()
|
D | bitmap.h | 366 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty() function
|
/Linux-v5.4/drivers/iio/dummy/ |
D | iio_simple_dummy_buffer.c | 55 if (!bitmap_empty(indio_dev->active_scan_mask, indio_dev->masklength)) { in iio_simple_dummy_trigger_h()
|
/Linux-v5.4/arch/x86/kvm/ |
D | hyperv.h | 85 return !bitmap_empty(vcpu->arch.hyperv.stimer_pending_bitmap, in kvm_hv_has_stimer_pending()
|
/Linux-v5.4/tools/include/linux/ |
D | bitmap.h | 51 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty() function
|
/Linux-v5.4/drivers/s390/cio/ |
D | idset.c | 104 return bitmap_empty(set->bitmap, set->num_ssid * set->num_id); in idset_is_empty()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | mpspec.h | 118 bitmap_empty((map).mask, MAX_LOCAL_APIC)
|
/Linux-v5.4/drivers/pnp/ |
D | support.c | 145 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR)) in dbg_pnp_show_option()
|
D | manager.c | 154 if (bitmap_empty(rule->map.bits, PNP_IRQ_NR)) { in pnp_assign_irq()
|
D | interface.c | 85 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR)) in pnp_print_irq()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | intr.c | 250 if (bitmap_empty(rcd->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) in handle_user_interrupt()
|
D | fault.c | 326 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault()
|
/Linux-v5.4/mm/ |
D | sparse.c | 775 if (bitmap_empty(subsection_map, SUBSECTIONS_PER_SECTION)) { in section_deactivate() 812 if (bitmap_empty(map, SUBSECTIONS_PER_SECTION)) in section_activate()
|
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | txrx.c | 260 if (bitmap_empty(peer->peer_ids, ATH10K_MAX_NUM_PEER_IDS)) { in ath10k_peer_unmap_event()
|
/Linux-v5.4/include/media/ |
D | media-entity.h | 532 return bitmap_empty(ent_enum->bmap, ent_enum->idx_max); in media_entity_enum_empty()
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 681 if (bitmap_empty(page->used, MTHCA_DB_REC_PER_PAGE) && in mthca_free_db() 748 if (!bitmap_empty(dev->db_tab->page[i].used, MTHCA_DB_REC_PER_PAGE)) in mthca_cleanup_db_tab()
|
/Linux-v5.4/drivers/staging/wusbcore/ |
D | wusbhc.c | 477 if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) { in wusbcore_exit()
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | vmx.h | 360 return bitmap_empty((unsigned long *)pi_desc->pir, NR_VECTORS); in pi_is_pir_empty()
|
/Linux-v5.4/lib/ |
D | idr.c | 511 if (bitmap_empty(bitmap->bitmap, IDA_BITMAP_BITS)) { in ida_free()
|
/Linux-v5.4/drivers/misc/sgi-xp/ |
D | xpnet.c | 287 if (bitmap_empty((unsigned long *)xpnet_broadcast_partitions, in xpnet_connection_activity()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | iommu.c | 757 if (!bitmap_empty(tbl->it_map, tbl->it_size)) in iommu_table_free() 1064 if (!bitmap_empty(tbl->it_map, tbl->it_size)) { in iommu_take_ownership()
|