Home
last modified time | relevance | path

Searched refs:bitmap_empty (Results 1 – 25 of 70) sorted by relevance

123

/OK3568_Linux_fs/kernel/net/phonet/
H A Dpn_dev.c161 } else if (bitmap_empty(pnd->addrs, 64)) in phonet_address_del()
182 BUG_ON(bitmap_empty(pnd->addrs, 64)); in phonet_address_get()
269 if (bitmap_empty(deleted, 64)) in phonet_route_autodel()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddm.c75 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()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dposted_intr.h50 return bitmap_empty((unsigned long *)pi_desc->pir, NR_VECTORS); in pi_is_pir_empty()
/OK3568_Linux_fs/kernel/drivers/iio/dummy/
H A Diio_simple_dummy_buffer.c55 if (!bitmap_empty(indio_dev->active_scan_mask, indio_dev->masklength)) { in iio_simple_dummy_trigger_h()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlinkmode.h32 return bitmap_empty(src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_empty()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dresend.c35 while (!bitmap_empty(irqs_resend, nr_irqs)) { in resend_irqs()
H A Dirq_sim.c112 while (!bitmap_empty(work_ctx->pending, work_ctx->irq_count)) { in irq_sim_handle_irq()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dhyperv.h117 return !bitmap_empty(vcpu->arch.hyperv.stimer_pending_bitmap, in kvm_hv_has_stimer_pending()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Didset.c92 return bitmap_empty(set->bitmap, set->num_ssid * set->num_id); in idset_is_empty()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmpspec.h108 bitmap_empty((map).mask, MAX_LOCAL_APIC)
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbitmap.h53 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty() function
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dsupport.c145 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR)) in dbg_pnp_show_option()
H A Dmanager.c154 if (bitmap_empty(rule->map.bits, PNP_IRQ_NR)) { in pnp_assign_irq()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dintr.c250 if (bitmap_empty(rcd->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) in handle_user_interrupt()
H A Dfault.c326 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flow.c1222 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_list()
1257 if (bitmap_empty(p->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_cfg()
1289 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) { in ice_rem_rss_list()
1409 if (bitmap_empty(prof->vsis, ICE_MAX_VSI)) { in ice_add_rss_cfg_sync()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_csg_debugfs.c88 while (!bitmap_empty(slots_mask, max_csg_slots) && remaining) { in wait_csg_slots_status_update_finish()
137 if (bitmap_empty(used_csgs, max_csg_slots)) in kbase_csf_debugfs_update_active_groups_status()
H A Dmali_kbase_csf_scheduler.c3424 while (!bitmap_empty(slot_mask, MAX_SUPPORTED_CSGS)) { in program_suspending_csg_slots()
3521 if (!bitmap_empty(evicted_mask, MAX_SUPPORTED_CSGS)) in program_suspending_csg_slots()
3585 while (!bitmap_empty(slot_mask, MAX_SUPPORTED_CSGS)) { in wait_csg_slots_start()
3725 while (!bitmap_empty(slot_mask, num_groups) && in wait_csg_slots_handshake_ack()
3950 (!bitmap_empty(group->protm_pending_bitmap, num_csis)) && in protm_enter_set_next_pending_seq()
4215 if (!bitmap_empty(group->protm_pending_bitmap, in scheduler_ctx_scan_groups()
4407 if (!bitmap_empty(group->protm_pending_bitmap, in scheduler_update_idle_slots_status()
4449 if (!bitmap_empty(csg_bitmap, num_groups)) { in scheduler_update_idle_slots_status()
5064 while (!bitmap_empty(slot_mask_local, MAX_SUPPORTED_CSGS) && remaining) { in wait_csg_slots_suspend()
5300 if (!bitmap_empty(scheduler->top_grp->protm_pending_bitmap, in schedule_actions()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dsparse.c696 return bitmap_empty(&ms->usage->subsection_map[0], in is_subsection_map_empty()
711 if (bitmap_empty(map, SUBSECTIONS_PER_SECTION)) in fill_subsection_map()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c267 if (bitmap_empty(peer->peer_ids, ATH10K_MAX_NUM_PEER_IDS)) { in ath10k_peer_unmap_event()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-pca953x.c762 return !bitmap_empty(pending, gc->ngpio); in pca953x_irq_pending()
780 if (bitmap_empty(trigger, gc->ngpio)) in pca953x_irq_pending()
788 return !bitmap_empty(pending, gc->ngpio); in pca953x_irq_pending()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c681 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()
/OK3568_Linux_fs/kernel/include/media/
H A Dmedia-entity.h535 return bitmap_empty(ent_enum->bmap, ent_enum->idx_max); in media_entity_enum_empty()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Diommu.c750 if (!bitmap_empty(tbl->it_map, tbl->it_size)) in iommu_table_free()
1057 if (!bitmap_empty(tbl->it_map, tbl->it_size)) { in iommu_take_ownership()
/OK3568_Linux_fs/kernel/drivers/perf/
H A Dthunderx2_pmu.c694 if (bitmap_empty(tx2_pmu->active_counters, tx2_pmu->max_counters)) in tx2_uncore_event_del()
711 if (bitmap_empty(tx2_pmu->active_counters, max_counters)) in tx2_hrtimer_callback()

123