Searched refs:bitmap_empty (Results 1 - 25 of 108) sorted by last modified time

12345

/linux-master/tools/include/linux/
H A Dbitmap.h50 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) function
/linux-master/net/mac80211/
H A Dtx.c4904 have_bits = !bitmap_empty((unsigned long *)ps->tim,
/linux-master/include/net/
H A Dip_tunnels.h51 __ipt_flag_op(bitmap_empty, __VA_ARGS__)
/linux-master/include/linux/
H A Dphy.h185 return bitmap_empty(intf, PHY_INTERFACE_MODE_MAX);
H A Dlinkmode.h37 return bitmap_empty(src, __ETHTOOL_LINK_MODE_MASK_NBITS);
H A Dcpumask.h725 return bitmap_empty(cpumask_bits(srcp), small_cpumask_bits);
H A Dbitmap.h54 * bitmap_empty(src, nbits) Are all bits zero in *src?
409 static inline bool bitmap_empty(const unsigned long *src, unsigned nbits) function
/linux-master/fs/btrfs/
H A Draid56.c2138 if (bitmap_empty(rbio->csum_bitmap, len >> fs_info->sectorsize_bits))
/linux-master/drivers/virt/acrn/
H A Dioreq.c31 return !bitmap_empty(client->ioreqs_map, ACRN_IO_REQUEST_MAX);
/linux-master/drivers/staging/iio/impedance-analyzer/
H A Dad5933.c550 if (bitmap_empty(indio_dev->active_scan_mask, indio_dev->masklength))
/linux-master/drivers/s390/cio/
H A Didset.c94 return bitmap_empty(set->bitmap, set->num_ssid * set->num_id);
/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/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c1172 return !bitmap_empty(pending, MAX_LINE);
/linux-master/drivers/perf/
H A Dxgene_pmu.c868 bool enabled = !bitmap_empty(pmu_dev->cntr_assign_mask,
H A Dthunderx2_pmu.c689 if (bitmap_empty(tx2_pmu->active_counters, tx2_pmu->max_counters))
706 if (bitmap_empty(tx2_pmu->active_counters, max_counters))
H A Darm_dsu_pmu.c477 if (bitmap_empty(dsu_pmu->hw_events.used_mask, DSU_PMU_MAX_HW_CNTRS))
H A Darm-cci.c1096 bool enabled = !bitmap_empty(hw_events->used_mask, cci_pmu->num_cntrs);
/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c398 bool enabled = !bitmap_empty(hisi_pmu->pmu_events.used_mask,
/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.c553 disabled = bitmap_empty(cspmu->hw_events.used_ctrs,
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dtx.c369 if (!bitmap_empty(tid_info->bitmap, off))
/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/ethernet/mellanox/mlx5/core/
H A Den_main.c4326 !bitmap_empty(mlx5e_vlan_get_active_svlans(vlan), VLAN_N_VID)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c787 return bitmap_empty(c->state, MLX5E_PTP_STATE_NUM_STATES) ? -EINVAL : 0;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1171 if (enable && !bitmap_empty(pf->flow_cfg->dmacflt_bmap,
H A Dotx2_flows.c399 if (!bitmap_empty(pf->flow_cfg->dmacflt_bmap,
482 !bitmap_empty(flow_cfg->dmacflt_bmap,

Completed in 440 milliseconds

12345