Home
last modified time | relevance | path

Searched refs:bitmap_full (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/tools/include/linux/
H A Dbitmap.h59 static inline bool bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full() function
/linux-6.15/arch/mips/math-emu/
H A Ddsemul.c107 !bitmap_full(mm_ctx->bd_emupage_allocmap, in alloc_emuframe()
/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c171 if (bitmap_full(db->u.pgdir->order1, in hns_roce_free_db()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c224 if (bitmap_full(db->u.pgdir->bitmap, db_per_page)) { in mlx5_db_free()
H A Den_rx.c566 if (bitmap_full(wi->skip_release_bitmap, rq->mpwqe.pages_per_wqe)) in mlx5e_free_rx_mpwqe()
/linux-6.15/drivers/md/
H A Ddm-clone-metadata.c595 if (bitmap_full(cmd->region_map, cmd->nr_regions)) in dm_clone_metadata_open()
728 if (bitmap_full(cmd->region_map, cmd->nr_regions)) in __metadata_commit()
/linux-6.15/lib/
H A Didr.c437 if (bitmap_full(bitmap->bitmap, IDA_BITMAP_BITS)) in ida_alloc_range()
H A Dtest_bitmap.c1258 res = bitmap_full(&var, BITS_PER_LONG); in test_bitmap_const_eval()
/linux-6.15/drivers/hwmon/peci/
H A Ddimmtemp.c265 if (bitmap_full(chan_rank_empty, chan_rank_max)) { in check_populated_dimms()
/linux-6.15/include/linux/
H A Dbitmap.h433 bool bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full() function
H A Dnodemask.h241 return bitmap_full(srcp->bits, nbits); in __nodes_full()
H A Dcpumask.h781 return bitmap_full(cpumask_bits(srcp), nr_cpumask_bits); in cpumask_full()
/linux-6.15/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c605 !bitmap_full(dev->db_tab->page[i].used, in mthca_alloc_db()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c741 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) { in mlx4_db_free()
/linux-6.15/drivers/mmc/host/
H A Drenesas_sdhi_core.c660 if (bitmap_full(priv->taps, taps_size)) { in renesas_sdhi_select_tuning()
/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.c1253 if (bitmap_full(bitmap, test->nb_sockets)) in all_packets_received()
1449 return bitmap_full(bitmap, test->nb_sockets); in all_packets_sent()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c1155 if (bitmap_full(flow_cfg->dmacflt_bmap, in otx2_add_flow()
/linux-6.15/fs/iomap/
H A Dbuffered-io.c46 return bitmap_full(ifs->state, i_blocks_per_folio(inode, folio)); in ifs_is_fully_uptodate()
/linux-6.15/tools/perf/
H A Dbuiltin-kwork.c248 if (!bitmap_full(page->bitmap, NR_ATOM_PER_PAGE)) { in atom_new()
/linux-6.15/net/smc/
H A Dsmc_core.c2001 !bitmap_full(lgr->rtokens_used_mask, SMC_RMBS_PER_LGR_MAX)))) { in smc_conn_create()
/linux-6.15/drivers/gpio/
H A Dgpiolib.c5048 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array()