Home
last modified time | relevance | path

Searched refs:bitmap_zalloc_node (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Duar.c111 up->reg_bitmap = bitmap_zalloc_node(bfregs, GFP_KERNEL, node); in alloc_uars_page()
115 up->fp_bitmap = bitmap_zalloc_node(bfregs, GFP_KERNEL, node); in alloc_uars_page()
A Dalloc.c143 pgdir->bitmap = bitmap_zalloc_node(db_per_page, GFP_KERNEL, node); in mlx5_alloc_db_pgdir()
A Den_main.c263 shampo->bitmap = bitmap_zalloc_node(shampo->hd_per_wq, GFP_KERNEL, in mlx5e_rq_shampo_hd_info_alloc()
/linux-6.3-rc2/drivers/dma/idxd/
A Dinit.c153 idxd->wq_enable_map = bitmap_zalloc_node(idxd->max_wqs, GFP_KERNEL, dev_to_node(dev)); in idxd_setup_wqs()
485 idxd->opcap_bmap = bitmap_zalloc_node(IDXD_MAX_OPCAP_BITS, GFP_KERNEL, dev_to_node(dev)); in idxd_alloc()
/linux-6.3-rc2/lib/
A Dbitmap.c1406 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_zalloc_node() function
1410 EXPORT_SYMBOL(bitmap_zalloc_node);
/linux-6.3-rc2/include/linux/
A Dbitmap.h125 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node);

Completed in 32 milliseconds