Searched refs:bitmap_zalloc_node (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A 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()
|
| /linux/lib/ |
| H A D | bitmap.c | 756 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_zalloc_node() function 760 EXPORT_SYMBOL(bitmap_zalloc_node);
|
| /linux/drivers/dma/idxd/ |
| H A D | init.c | 185 idxd->wq_enable_map = bitmap_zalloc_node(idxd->max_wqs, GFP_KERNEL, dev_to_node(dev)); in idxd_setup_wqs() 608 idxd->opcap_bmap = bitmap_zalloc_node(IDXD_MAX_OPCAP_BITS, GFP_KERNEL, dev_to_node(dev)); in idxd_alloc() 884 bitmap_zalloc_node(idxd->max_wqs, GFP_KERNEL, in idxd_device_config_save()
|
| /linux/include/linux/ |
| H A D | bitmap.h | 138 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node);
|