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

/linux-master/lib/
H A Dmaple_tree.c975 static void mt_free_walk(struct rcu_head *head);
996 call_rcu(&node->rcu, mt_free_walk);
5215 * mt_free_walk() - Walk & free a tree in the RCU callback context
5220 static void mt_free_walk(struct rcu_head *head) function
5359 call_rcu(&node->rcu, mt_free_walk);

Completed in 75 milliseconds