Home
last modified time | relevance | path

Searched refs:kzalloc_node (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h50 #define kzalloc_node(size, flags, node) kmalloc_node(size, (flags) | __GFP_ZERO, node) macro
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c61 cq = kzalloc_node(sizeof(*cq), GFP_KERNEL, node); in mlx4_en_create_cq()
H A Dmlx4_en_tx.c65 ring = kzalloc_node(sizeof(struct mlx4_en_tx_ring), GFP_KERNEL, node); in mlx4_en_create_tx_ring()
98 ring->tx_info = kzalloc_node(tmp, GFP_KERNEL, node); in mlx4_en_create_tx_ring()
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c691 eq = kzalloc_node(sizeof(*eq), GFP_KERNEL, dev->priv.numa_node); in alloc_comp_eqs()
753 dev_ctx = kzalloc_node(sizeof(*dev_ctx), GFP_KERNEL, priv->numa_node); in mlx5_add_device()
1369 dev = kzalloc_node(sizeof(*dev), GFP_KERNEL, numa_node); in init_one()