Home
last modified time | relevance | path

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

12345

/openbmc/qemu/target/s390x/
H A Dcpu_models_sysemu.c42 if (!bitmap_empty(missing, S390_FEAT_MAX)) { in check_unavailable_features()
186 if (!bitmap_empty(bitmap, S390_FEAT_MAX)) { in cpu_info_from_model()
193 if (!bitmap_empty(bitmap, S390_FEAT_MAX)) { in cpu_info_from_model()
319 if (bitmap_empty(missing, S390_FEAT_MAX)) { in qmp_query_cpu_model_comparison()
321 } else if (bitmap_empty(added, S390_FEAT_MAX)) { in qmp_query_cpu_model_comparison()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddm.c94 WARN_ON(!bitmap_empty(dm->steering_sw_icm_alloc_blocks, in mlx5_dm_cleanup()
101 WARN_ON(!bitmap_empty(dm->header_modify_sw_icm_alloc_blocks, in mlx5_dm_cleanup()
109 WARN_ON(!bitmap_empty(dm->header_modify_pattern_sw_icm_alloc_blocks, in mlx5_dm_cleanup()
/openbmc/qemu/hw/ppc/
H A Dspapr_ovec.c89 result = bitmap_empty(tmp, OV_MAXBITS); in spapr_ovec_subset()
132 return bitmap_empty(ov->bitmap, OV_MAXBITS); in spapr_ovec_empty()
/openbmc/linux/net/phonet/
H A Dpn_dev.c160 } else if (bitmap_empty(pnd->addrs, 64)) in phonet_address_del()
181 BUG_ON(bitmap_empty(pnd->addrs, 64)); in phonet_address_get()
268 if (bitmap_empty(deleted, 64)) in phonet_route_autodel()
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c428 if (bitmap_empty(riscv_isa, RISCV_ISA_EXT_MAX)) in riscv_fill_hwcap_from_isa_string()
484 if (bitmap_empty(riscv_isa, RISCV_ISA_EXT_MAX)) in riscv_fill_hwcap_from_ext_list()
490 if (bitmap_empty(riscv_isa, RISCV_ISA_EXT_MAX)) in riscv_fill_hwcap_from_ext_list()
/openbmc/linux/arch/x86/include/asm/
H A Dposted_intr.h55 return bitmap_empty((unsigned long *)pi_desc->pir, NR_VECTORS); in pi_is_pir_empty()
H A Dmpspec.h96 bitmap_empty((map).mask, MAX_LOCAL_APIC)
/openbmc/linux/include/linux/
H A Dlinkmode.h32 return bitmap_empty(src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_empty()
/openbmc/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c969 if (bitmap_empty(apm_reset, AP_DEVICES)) in reset_queues_for_apids()
2184 if (!bitmap_empty(matrix_mdev->apm_add, AP_DEVICES) || in vfio_ap_mdev_probe_queue()
2185 !bitmap_empty(matrix_mdev->aqm_add, AP_DOMAINS)) in vfio_ap_mdev_probe_queue()
2299 if (!bitmap_empty(aprem, AP_DEVICES)) { in vfio_ap_mdev_hot_unplug_cfg()
2305 if (!bitmap_empty(aqrem, AP_DOMAINS)) { in vfio_ap_mdev_hot_unplug_cfg()
2311 if (!bitmap_empty(cdrem, AP_DOMAINS)) in vfio_ap_mdev_hot_unplug_cfg()
2592 if (bitmap_empty(matrix_mdev->apm_add, AP_DEVICES) && in vfio_ap_on_scan_complete()
2593 bitmap_empty(matrix_mdev->aqm_add, AP_DOMAINS) && in vfio_ap_on_scan_complete()
2594 bitmap_empty(matrix_mdev->adm_add, AP_DOMAINS)) in vfio_ap_on_scan_complete()
/openbmc/linux/drivers/s390/cio/
H A Didset.c94 return bitmap_empty(set->bitmap, set->num_ssid * set->num_id); in idset_is_empty()
/openbmc/linux/tools/include/linux/
H A Dbitmap.h50 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty() function
/openbmc/linux/drivers/acpi/
H A Dplatform_profile.c151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) || in platform_profile_register()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c173 if (bitmap_empty(sparx5->bridge_mask, SPX5_PORTS)) in sparx5_port_bridge_join()
213 if (bitmap_empty(sparx5->bridge_mask, SPX5_PORTS)) in sparx5_port_bridge_leave()
607 if (bitmap_empty(entry->port_mask, SPX5_PORTS) && !entry->cpu_copy) { in sparx5_handle_port_mdb_del()
/openbmc/linux/drivers/pnp/
H A Dsupport.c144 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR)) in dbg_pnp_show_option()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dintr.c208 if (bitmap_empty(rcd->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) in handle_user_interrupt()
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.h135 return !bitmap_empty(hv_vcpu->stimer_pending_bitmap, in kvm_hv_has_stimer_pending()
/openbmc/linux/kernel/irq/
H A Dirq_sim.c108 while (!bitmap_empty(work_ctx->pending, work_ctx->irq_count)) { in irq_sim_handle_irq()
/openbmc/linux/drivers/pwm/
H A Dpwm-pca9685.c98 if (bitmap_empty(pca->pwms_enabled, PCA9685_MAXCHAN + 1)) in pca9685_prescaler_can_change()
221 if (!bitmap_empty(pca->pwms_inuse, PCA9685_MAXCHAN)) { in pca9685_pwm_test_and_set_inuse()
/openbmc/qemu/include/qemu/
H A Dbitmap.h203 static inline int bitmap_empty(const unsigned long *src, long nbits) in bitmap_empty() function
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_flow.c1915 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_list()
1950 if (bitmap_empty(p->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_cfg()
1982 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) { in ice_rem_rss_list()
2102 if (bitmap_empty(prof->vsis, ICE_MAX_VSI)) { in ice_add_rss_cfg_sync()
2227 if (bitmap_empty(prof->vsis, ICE_MAX_VSI)) in ice_rem_rss_cfg_sync()
/openbmc/linux/mm/
H A Dsparse.c677 return bitmap_empty(&ms->usage->subsection_map[0], in is_subsection_map_empty()
692 if (bitmap_empty(map, SUBSECTIONS_PER_SECTION)) in fill_subsection_map()
/openbmc/linux/fs/btrfs/
H A Dscrub.c890 if (!bitmap_empty(&stripe->init_error_bitmap, stripe->nr_sectors)) { in scrub_stripe_report_errors()
1033 if (bitmap_empty(&stripe->init_error_bitmap, stripe->nr_sectors)) in scrub_stripe_read_repair_worker()
1051 if (bitmap_empty(&stripe->error_bitmap, stripe->nr_sectors)) in scrub_stripe_read_repair_worker()
1075 if (bitmap_empty(&stripe->error_bitmap, stripe->nr_sectors)) in scrub_stripe_read_repair_worker()
1085 if (!sctx->readonly && !bitmap_empty(&repaired, stripe->nr_sectors)) { in scrub_stripe_read_repair_worker()
1915 if (!bitmap_empty(&stripe->extent_sector_bitmap, stripe->nr_sectors)) { in scrub_raid56_parity_stripe()
1956 if (!bitmap_empty(&error, stripe->nr_sectors)) { in scrub_raid56_parity_stripe()
/openbmc/linux/drivers/perf/
H A Darm_pmu.c526 bool enabled = !bitmap_empty(hw_events->used_mask, armpmu->num_events); in armpmu_enable()
776 bool enabled = !bitmap_empty(hw_events->used_mask, armpmu->num_events); in cpu_pm_pmu_notify()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c280 if (bitmap_empty(peer->peer_ids, ATH10K_MAX_NUM_PEER_IDS)) { in ath10k_peer_unmap_event()
/openbmc/linux/net/ethtool/
H A Dfec.c65 if (!bitmap_empty(link_modes, __ETHTOOL_LINK_MODE_MASK_NBITS)) in ethtool_link_modes_to_fecparam()

12345