Searched refs:bitmap_empty (Results 1 - 25 of 107) sorted by relevance

12345

/linux-master/arch/x86/kvm/vmx/
H A Dposted_intr.h58 return bitmap_empty((unsigned long *)pi_desc->pir, NR_VECTORS);
/linux-master/fs/bcachefs/
H A Ddisk_groups.h78 return !bitmap_empty(rw_devs.d, BCH_SB_MEMBERS_MAX);
/linux-master/include/linux/
H A Dlinkmode.h37 return bitmap_empty(src, __ETHTOOL_LINK_MODE_MASK_NBITS);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddm.c110 WARN_ON(!bitmap_empty(dm->steering_sw_icm_alloc_blocks,
117 WARN_ON(!bitmap_empty(dm->header_modify_sw_icm_alloc_blocks,
125 WARN_ON(!bitmap_empty(dm->header_encap_sw_icm_alloc_blocks,
133 WARN_ON(!bitmap_empty(dm->header_modify_pattern_sw_icm_alloc_blocks,
/linux-master/drivers/s390/cio/
H A Didset.c92 return bitmap_empty(set->bitmap, set->num_ssid * set->num_id);
/linux-master/tools/include/linux/
H A Dbitmap.h48 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) function
/linux-master/net/phonet/
H A Dpn_dev.c160 } else if (bitmap_empty(pnd->addrs, 64))
181 BUG_ON(bitmap_empty(pnd->addrs, 64));
268 if (bitmap_empty(deleted, 64))
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c563 if (bitmap_empty(riscv_isa, RISCV_ISA_EXT_MAX))
627 if (bitmap_empty(riscv_isa, RISCV_ISA_EXT_MAX))
633 if (bitmap_empty(riscv_isa, RISCV_ISA_EXT_MAX))
/linux-master/drivers/pnp/
H A Dsupport.c144 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR))
H A Dmanager.c154 if (bitmap_empty(rule->map.bits, PNP_IRQ_NR)) {
/linux-master/drivers/acpi/
H A Dplatform_profile.c151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) ||
/linux-master/drivers/infiniband/hw/hfi1/
H A Dintr.c208 if (bitmap_empty(rcd->in_use_ctxts, HFI1_MAX_SHARED_CTXTS))
H A Dfault.c284 if (bitmap_empty(ibd->fault->opcodes,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_topology.c141 return bitmap_empty(mask, XE_MAX_DSS_FUSE_BITS);
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c985 if (bitmap_empty(apm_reset, AP_DEVICES))
2188 if (!bitmap_empty(matrix_mdev->apm_add, AP_DEVICES) ||
2189 !bitmap_empty(matrix_mdev->aqm_add, AP_DOMAINS))
2303 if (!bitmap_empty(aprem, AP_DEVICES)) {
2309 if (!bitmap_empty(aqrem, AP_DOMAINS)) {
2315 if (!bitmap_empty(cdrem, AP_DOMAINS))
2596 if (bitmap_empty(matrix_mdev->apm_add, AP_DEVICES) &&
2597 bitmap_empty(matrix_mdev->aqm_add, AP_DOMAINS) &&
2598 bitmap_empty(matrix_mdev->adm_add, AP_DOMAINS))
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c173 if (bitmap_empty(sparx5->bridge_mask, SPX5_PORTS))
213 if (bitmap_empty(sparx5->bridge_mask, SPX5_PORTS))
607 if (bitmap_empty(entry->port_mask, SPX5_PORTS) && !entry->cpu_copy) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c280 if (bitmap_empty(peer->peer_ids, ATH10K_MAX_NUM_PEER_IDS)) {
/linux-master/arch/x86/kvm/
H A Dhyperv.h148 return !bitmap_empty(hv_vcpu->stimer_pending_bitmap,
/linux-master/kernel/irq/
H A Dirq_sim.c108 while (!bitmap_empty(work_ctx->pending, work_ctx->irq_count)) {
/linux-master/drivers/perf/
H A Darm_pmu.c525 bool enabled = !bitmap_empty(hw_events->used_mask, armpmu->num_events);
775 bool enabled = !bitmap_empty(hw_events->used_mask, armpmu->num_events);
/linux-master/drivers/pwm/
H A Dpwm-pca9685.c97 if (bitmap_empty(pca->pwms_enabled, PCA9685_MAXCHAN + 1))
222 if (!bitmap_empty(pca->pwms_inuse, PCA9685_MAXCHAN)) {
/linux-master/mm/
H A Dsparse.c677 return bitmap_empty(&ms->usage->subsection_map[0],
692 if (bitmap_empty(map, SUBSECTIONS_PER_SECTION))
/linux-master/drivers/video/fbdev/core/
H A Dfbmem.c423 if (bitmap_empty(fb_info->pixmap.blit_x, FB_MAX_BLIT_WIDTH))
426 if (bitmap_empty(fb_info->pixmap.blit_y, FB_MAX_BLIT_HEIGHT))
/linux-master/net/ethtool/
H A Dfec.c65 if (!bitmap_empty(link_modes, __ETHTOOL_LINK_MODE_MASK_NBITS))
H A Dlinkmodes.c52 bitmap_empty(data->ksettings.link_modes.lp_advertising,

Completed in 324 milliseconds

12345