Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbitmap.h61 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full() function
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Ddsemul.c110 !bitmap_full(mm_ctx->bd_emupage_allocmap, in alloc_emuframe()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c173 if (bitmap_full(db->u.pgdir->order1, in hns_roce_free_db()
H A Dhns_roce_hw_v2.c845 if (unlikely(bitmap_full(idx_que->bitmap, size))) in find_empty_entry()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-clone-metadata.c609 if (bitmap_full(cmd->region_map, cmd->nr_regions)) in dm_clone_metadata_open()
742 if (bitmap_full(cmd->region_map, cmd->nr_regions)) in __metadata_commit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c277 if (bitmap_full(db->u.pgdir->bitmap, db_per_page)) { in mlx5_db_free()
H A Den_rx.c476 if (bitmap_full(wi->xdp_xmit_bitmap, MLX5_MPWRQ_PAGES_PER_WQE)) in mlx5e_free_rx_mpwqe()
/OK3568_Linux_fs/kernel/lib/
H A Didr.c437 if (bitmap_full(bitmap->bitmap, IDA_BITMAP_BITS)) in ida_alloc_range()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitmap.h398 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full() function
H A Dnodemask.h234 return bitmap_full(srcp->bits, nbits); in __nodes_full()
H A Dcpumask.h554 return bitmap_full(cpumask_bits(srcp), nr_cpumask_bits); in cpumask_full()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dbuffered-io.c79 WARN_ON_ONCE(bitmap_full(iop->uptodate, nr_blocks) != in iomap_page_release()
155 if (bitmap_full(iop->uptodate, i_blocks_per_page(inode, page))) in iomap_iop_set_range_uptodate()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c602 !bitmap_full(dev->db_tab->page[i].used, in mthca_alloc_db()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c763 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) { in mlx4_db_free()
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-entity.c488 if (!bitmap_full(active, entity->num_pads)) { in __media_pipeline_start()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drenesas_sdhi_core.c605 if (bitmap_full(priv->taps, taps_size)) { in renesas_sdhi_select_tuning()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.c826 return bitmap_full(cqs_wait->signaled, cqs_wait->nr_objs); in kbase_kcpu_cqs_wait_process()
1113 return bitmap_full(cqs_wait_operation->signaled, cqs_wait_operation->nr_objs); in kbase_kcpu_cqs_wait_operation_process()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_core.c1320 !bitmap_full(lgr->rtokens_used_mask, SMC_RMBS_PER_LGR_MAX)))) { in smc_conn_create()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c2582 if (bitmap_full(sa->sub_pages, SZ_2M / SZ_4K)) { in kbase_alloc_phy_pages_helper()
2772 if (bitmap_full(sa->sub_pages, in kbase_alloc_phy_pages_helper_locked()
/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-core.c1752 WARN(!bitmap_full(line->map_bitmap, lm->sec_per_line), in pblk_line_close()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib.c4298 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array()