Searched refs:bitmap_empty (Results 26 - 50 of 108) sorted by relevance

12345

/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c71 WARN_ON(!bitmap_empty(cs, cnt));
/linux-master/fs/btrfs/
H A Dscrub.c889 if (!bitmap_empty(&stripe->init_error_bitmap, stripe->nr_sectors)) {
1032 if (bitmap_empty(&stripe->init_error_bitmap, stripe->nr_sectors))
1050 if (bitmap_empty(&stripe->error_bitmap, stripe->nr_sectors))
1074 if (bitmap_empty(&stripe->error_bitmap, stripe->nr_sectors))
1084 if (!sctx->readonly && !bitmap_empty(&repaired, stripe->nr_sectors)) {
1991 if (!bitmap_empty(&stripe->extent_sector_bitmap, stripe->nr_sectors)) {
2032 if (!bitmap_empty(&error, stripe->nr_sectors)) {
/linux-master/drivers/gpio/
H A Dgpio-pca953x.c858 return !bitmap_empty(pending, gc->ngpio);
876 if (bitmap_empty(trigger, gc->ngpio))
884 return !bitmap_empty(pending, gc->ngpio);
/linux-master/drivers/pnp/
H A Dinterface.c86 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR))
/linux-master/drivers/misc/sgi-xp/
H A Dxpnet.c288 if (bitmap_empty(xpnet_broadcast_partitions,
/linux-master/lib/
H A Didr.c515 if (bitmap_empty(bitmap->bitmap, IDA_BITMAP_BITS)) {
/linux-master/include/linux/
H A Dnodemask.h229 return bitmap_empty(srcp->bits, nbits);
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
H A Dcpumask.h725 return bitmap_empty(cpumask_bits(srcp), small_cpumask_bits);
/linux-master/include/media/
H A Dmedia-entity.h601 return bitmap_empty(ent_enum->bmap, ent_enum->idx_max);
/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c398 bool enabled = !bitmap_empty(hisi_pmu->pmu_events.used_mask,
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c684 if (bitmap_empty(page->used, MTHCA_DB_REC_PER_PAGE) &&
751 if (!bitmap_empty(dev->db_tab->page[i].used, MTHCA_DB_REC_PER_PAGE))
/linux-master/drivers/perf/
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))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flow.c1941 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) {
1976 if (bitmap_empty(p->vsis, ICE_MAX_VSI)) {
2042 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) {
2278 if (bitmap_empty(prof->vsis, ICE_MAX_VSI)) {
2414 if (bitmap_empty(prof->vsis, ICE_MAX_VSI))
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power.c377 !bitmap_empty(async_put_mask.bits, POWER_DOMAIN_NUM));
485 if (!bitmap_empty(async_put_mask.bits, POWER_DOMAIN_NUM))
679 if (!bitmap_empty(power_domains->async_put_domains[1].bits, POWER_DOMAIN_NUM)) {
/linux-master/arch/powerpc/mm/book3s64/
H A Dslice.c622 !bitmap_empty(potential_mask.high_slices, SLICE_NUM_HIGH))) {
/linux-master/drivers/iio/
H A Dindustrialio-trigger.c292 bitmap_empty(trig->pool, CONFIG_IIO_CONSUMERS_PER_TRIGGER);
/linux-master/drivers/misc/cxl/
H A Dfile.c483 if (bitmap_empty(ctx->irq_bitmap, ctx->irq_count))
/linux-master/drivers/hwmon/peci/
H A Ddimmtemp.c281 if (bitmap_empty(dimm_mask, DIMM_NUMS_MAX)) {
/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/include/net/
H A Dip_tunnels.h51 __ipt_flag_op(bitmap_empty, __VA_ARGS__)
/linux-master/drivers/iio/imu/bno055/
H A Dbno055.c1058 !bitmap_empty(indio_dev->active_scan_mask, _BNO055_SCAN_MAX))
1098 !bitmap_empty(indio_dev->active_scan_mask, _BNO055_SCAN_MAX))
/linux-master/arch/x86/kernel/apic/
H A Dapic.c1444 if (!bitmap_empty(isr->map, APIC_IR_BITS)) {
1455 return !bitmap_empty(irr->map, APIC_IR_BITS);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c669 if (!bitmap_empty(uctxt->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) {
869 if (bitmap_empty(uctxt->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) {

Completed in 320 milliseconds

12345