Searched refs:bitmap_zalloc_node (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | uar.c | 111 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()
|
D | alloc.c | 143 pgdir->bitmap = bitmap_zalloc_node(db_per_page, GFP_KERNEL, node); in mlx5_alloc_db_pgdir()
|
D | en_main.c | 351 shampo->bitmap = bitmap_zalloc_node(shampo->hd_per_wq, GFP_KERNEL, in mlx5e_rq_shampo_hd_info_alloc()
|
/linux-6.12.1/lib/ |
D | bitmap.c | 737 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_zalloc_node() function 741 EXPORT_SYMBOL(bitmap_zalloc_node);
|
/linux-6.12.1/drivers/dma/idxd/ |
D | init.c | 168 idxd->wq_enable_map = bitmap_zalloc_node(idxd->max_wqs, GFP_KERNEL, dev_to_node(dev)); in idxd_setup_wqs() 548 idxd->opcap_bmap = bitmap_zalloc_node(IDXD_MAX_OPCAP_BITS, GFP_KERNEL, dev_to_node(dev)); in idxd_alloc()
|
/linux-6.12.1/include/linux/ |
D | bitmap.h | 135 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node);
|