Searched refs:bitmap_full (Results 1 - 20 of 20) sorted by relevance

/linux-master/tools/include/linux/
H A Dbitmap.h56 static inline bool bitmap_full(const unsigned long *src, unsigned int nbits) function
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c171 if (bitmap_full(db->u.pgdir->order1,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c224 if (bitmap_full(db->u.pgdir->bitmap, db_per_page)) {
H A Den_rx.c558 if (bitmap_full(wi->skip_release_bitmap, rq->mpwqe.pages_per_wqe))
/linux-master/arch/mips/math-emu/
H A Ddsemul.c101 * technically the result of bitmap_full may be incorrect.
107 !bitmap_full(mm_ctx->bd_emupage_allocmap,
/linux-master/lib/
H A Didr.c437 if (bitmap_full(bitmap->bitmap, IDA_BITMAP_BITS))
/linux-master/include/linux/
H A Dnodemask.h235 return bitmap_full(srcp->bits, nbits);
H A Dbitmap.h55 * bitmap_full(src, nbits) Are all bits set in *src?
411 static inline bool bitmap_full(const unsigned long *src, unsigned int nbits) function
H A Dcpumask.h696 return bitmap_full(cpumask_bits(srcp), nr_cpumask_bits);
/linux-master/drivers/md/
H A Ddm-clone-metadata.c603 if (bitmap_full(cmd->region_map, cmd->nr_regions))
736 if (bitmap_full(cmd->region_map, cmd->nr_regions))
/linux-master/drivers/hwmon/peci/
H A Ddimmtemp.c267 if (bitmap_full(chan_rank_empty, chan_rank_max)) {
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c763 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) {
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c605 !bitmap_full(dev->db_tab->page[i].used,
/linux-master/drivers/mmc/host/
H A Drenesas_sdhi_core.c643 if (bitmap_full(priv->taps, taps_size)) {
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c1186 if (bitmap_full(bitmap, test->nb_sockets))
1381 return bitmap_full(bitmap, test->nb_sockets);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c1147 if (bitmap_full(flow_cfg->dmacflt_bmap,
/linux-master/fs/iomap/
H A Dbuffered-io.c51 return bitmap_full(ifs->state, i_blocks_per_folio(inode, folio));
/linux-master/tools/perf/
H A Dbuiltin-kwork.c247 if (!bitmap_full(page->bitmap, NR_ATOM_PER_PAGE)) {
/linux-master/net/smc/
H A Dsmc_core.c1928 !bitmap_full(lgr->rtokens_used_mask, SMC_RMBS_PER_LGR_MAX)))) {
/linux-master/drivers/gpio/
H A Dgpiolib.c4623 if (bitmap_full(array_info->get_mask, descs->ndescs)) {

Completed in 277 milliseconds