Searched refs:new_node (Results 1 – 1 of 1) sorted by relevance
171 struct mpath_node *node, *new_node; in mesh_path_add() local193 new_node = kmalloc(sizeof(struct mpath_node), GFP_KERNEL); in mesh_path_add()194 if (!new_node) in mesh_path_add()202 new_node->mpath = new_mpath; in mesh_path_add()221 hlist_add_head_rcu(&new_node->list, bucket); in mesh_path_add()249 kfree(new_node); in mesh_path_add()261 struct mpath_node *node, *new_node; in mpp_path_add() local281 new_node = kmalloc(sizeof(struct mpath_node), GFP_KERNEL); in mpp_path_add()282 if (!new_node) in mpp_path_add()291 new_node->mpath = new_mpath; in mpp_path_add()[all …]