Lines Matching defs:head
294 static void __alias_free_mem(struct rcu_head *head)
296 struct fib_alias *fa = container_of(head, struct fib_alias, rcu);
308 static void __node_free_rcu(struct rcu_head *head)
310 struct tnode *n = container_of(head, struct tnode, rcu);
491 struct callback_head *head = &tn_info(tn)->rcu;
493 while (head) {
494 head = head->next;
498 tn = container_of(head, struct tnode, rcu)->kv;
1269 * 2. Find next 'fa' (or head), NLM_F_APPEND inserts before it
2169 struct hlist_head *head = &net->ipv4.fib_table_hash[h];
2172 hlist_for_each_entry_rcu(tb, head, tb_hlist,
2239 struct hlist_head *head = &net->ipv4.fib_table_hash[h];
2242 hlist_for_each_entry_rcu(tb, head, tb_hlist) {
2251 static void __trie_free_rcu(struct rcu_head *head)
2253 struct fib_table *tb = container_of(head, struct fib_table, rcu);
2648 struct hlist_head *head = &net->ipv4.fib_table_hash[h];
2651 hlist_for_each_entry_rcu(tb, head, tb_hlist) {
2681 struct hlist_head *head = &net->ipv4.fib_table_hash[h];
2684 hlist_for_each_entry_rcu(tb, head, tb_hlist) {
2733 struct hlist_head *head = &net->ipv4.fib_table_hash[h];
2734 hlist_for_each_entry_rcu(tb, head, tb_hlist) {