Searched refs:bitmap_zalloc_node (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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 | 263 shampo->bitmap = bitmap_zalloc_node(shampo->hd_per_wq, GFP_KERNEL, in mlx5e_rq_shampo_hd_info_alloc()
|
/linux-6.6.21/lib/ |
D | bitmap.c | 1406 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.6.21/drivers/dma/idxd/ |
D | init.c | 158 idxd->wq_enable_map = bitmap_zalloc_node(idxd->max_wqs, GFP_KERNEL, dev_to_node(dev)); in idxd_setup_wqs() 538 idxd->opcap_bmap = bitmap_zalloc_node(IDXD_MAX_OPCAP_BITS, GFP_KERNEL, dev_to_node(dev)); in idxd_alloc()
|
/linux-6.6.21/include/linux/ |
D | bitmap.h | 125 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node);
|