Searched refs:kzalloc_node (Results 1 – 3 of 3) sorted by relevance
49 #define kzalloc_node(size, flags, node) kmalloc(size, (flags) | __GFP_ZERO) macro
61 cq = kzalloc_node(sizeof(*cq), GFP_KERNEL, node); in mlx4_en_create_cq()
65 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()