Searched refs:node_free_rcu (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dallowedips.c51 static void node_free_rcu(struct rcu_head *rcu) function
333 call_rcu(&node->rcu, node_free_rcu);
339 call_rcu(&parent->rcu, node_free_rcu);
/linux-master/net/ipv6/
H A Dip6_fib.c201 static void node_free_rcu(struct rcu_head *head) function
210 call_rcu(&fn->rcu, node_free_rcu);

Completed in 165 milliseconds