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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Duar.c111 up->reg_bitmap = bitmap_zalloc_node(bfregs, GFP_KERNEL, node);
115 up->fp_bitmap = bitmap_zalloc_node(bfregs, GFP_KERNEL, node);
H A Dalloc.c143 pgdir->bitmap = bitmap_zalloc_node(db_per_page, GFP_KERNEL, node);
H A Den_main.c327 shampo->bitmap = bitmap_zalloc_node(shampo->hd_per_wq, GFP_KERNEL,
/linux-master/lib/
H A Dbitmap.c737 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node) function
741 EXPORT_SYMBOL(bitmap_zalloc_node); variable
/linux-master/include/linux/
H A Dbitmap.h131 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node);
/linux-master/drivers/dma/idxd/
H A Dinit.c159 idxd->wq_enable_map = bitmap_zalloc_node(idxd->max_wqs, GFP_KERNEL, dev_to_node(dev));
539 idxd->opcap_bmap = bitmap_zalloc_node(IDXD_MAX_OPCAP_BITS, GFP_KERNEL, dev_to_node(dev));

Completed in 152 milliseconds