Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c259 * batadv_tt_global_entry_free_rcu() - free the tt_global_entry
262 static void batadv_tt_global_entry_free_rcu(struct rcu_head *rcu) in batadv_tt_global_entry_free_rcu() function
286 call_rcu(&tt_global_entry->common.rcu, batadv_tt_global_entry_free_rcu); in batadv_tt_global_entry_release()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c258 * batadv_tt_global_entry_free_rcu() - free the tt_global_entry
261 static void batadv_tt_global_entry_free_rcu(struct rcu_head *rcu) in batadv_tt_global_entry_free_rcu() function
285 call_rcu(&tt_global_entry->common.rcu, batadv_tt_global_entry_free_rcu); in batadv_tt_global_entry_release()

Completed in 11 milliseconds