Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h49 #define kzalloc_node(size, flags, node) kmalloc(size, (flags) | __GFP_ZERO) macro
/freebsd-12.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()