Lines Matching refs:head

94 	struct hlist_head *head;  in batadv_tt_hash_find()  local
105 head = &hash->table[index]; in batadv_tt_hash_find()
108 hlist_for_each_entry_rcu(tt, head, hash_entry) { in batadv_tt_hash_find()
515 struct hlist_head *head; in batadv_tt_local_add() local
626 head = &tt_global->orig_list; in batadv_tt_local_add()
628 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_local_add()
912 struct hlist_head *head; in batadv_tt_local_seq_print_text() local
932 head = &hash->table[i]; in batadv_tt_local_seq_print_text()
936 head, hash_entry) { in batadv_tt_local_seq_print_text()
1082 struct hlist_head *head, in batadv_tt_local_purge_list() argument
1089 hlist_for_each_entry_safe(tt_common_entry, node_tmp, head, in batadv_tt_local_purge_list()
1119 struct hlist_head *head; in batadv_tt_local_purge() local
1124 head = &hash->table[i]; in batadv_tt_local_purge()
1128 batadv_tt_local_purge_list(bat_priv, head, timeout); in batadv_tt_local_purge()
1141 struct hlist_head *head; in batadv_tt_local_table_free() local
1150 head = &hash->table[i]; in batadv_tt_local_table_free()
1155 head, hash_entry) { in batadv_tt_local_table_free()
1221 const struct hlist_head *head; in batadv_tt_global_orig_entry_find() local
1224 head = &entry->orig_list; in batadv_tt_global_orig_entry_find()
1225 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) { in batadv_tt_global_orig_entry_find()
1473 struct hlist_head *head; in batadv_transtable_best_orig() local
1476 head = &tt_global_entry->orig_list; in batadv_transtable_best_orig()
1477 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_transtable_best_orig()
1521 struct hlist_head *head; in batadv_tt_global_print_entry() local
1556 head = &tt_global_entry->orig_list; in batadv_tt_global_print_entry()
1558 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_global_print_entry()
1596 struct hlist_head *head; in batadv_tt_global_seq_print_text() local
1611 head = &hash->table[i]; in batadv_tt_global_seq_print_text()
1615 head, hash_entry) { in batadv_tt_global_seq_print_text()
1652 struct hlist_head *head; in batadv_tt_global_del_orig_list() local
1657 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_list()
1658 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list()
1679 struct hlist_head *head; in batadv_tt_global_del_orig_node() local
1685 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_node()
1686 hlist_for_each_entry_safe(orig_entry, safe, head, list) { in batadv_tt_global_del_orig_node()
1712 struct hlist_head *head; in batadv_tt_global_del_roaming() local
1720 head = &tt_global_entry->orig_list; in batadv_tt_global_del_roaming()
1721 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_global_del_roaming()
1825 struct hlist_head *head; in batadv_tt_global_del_orig() local
1833 head = &hash->table[i]; in batadv_tt_global_del_orig()
1838 head, hash_entry) { in batadv_tt_global_del_orig()
1890 struct hlist_head *head; in batadv_tt_global_purge() local
1899 head = &hash->table[i]; in batadv_tt_global_purge()
1903 hlist_for_each_entry_safe(tt_common, node_tmp, head, in batadv_tt_global_purge()
1933 struct hlist_head *head; in batadv_tt_global_table_free() local
1942 head = &hash->table[i]; in batadv_tt_global_table_free()
1947 head, hash_entry) { in batadv_tt_global_table_free()
2071 struct hlist_head *head; in batadv_tt_global_crc() local
2077 head = &hash->table[i]; in batadv_tt_global_crc()
2080 hlist_for_each_entry_rcu(tt_common, head, hash_entry) { in batadv_tt_global_crc()
2146 struct hlist_head *head; in batadv_tt_local_crc() local
2152 head = &hash->table[i]; in batadv_tt_local_crc()
2155 hlist_for_each_entry_rcu(tt_common, head, hash_entry) { in batadv_tt_local_crc()
2320 struct hlist_head *head; in batadv_tt_tvlv_generate() local
2329 head = &hash->table[i]; in batadv_tt_tvlv_generate()
2332 head, hash_entry) { in batadv_tt_tvlv_generate()
3136 struct hlist_head *head; in batadv_tt_local_set_flags() local
3143 head = &hash->table[i]; in batadv_tt_local_set_flags()
3147 head, hash_entry) { in batadv_tt_local_set_flags()
3177 struct hlist_head *head; in batadv_tt_local_purge_pending_clients() local
3185 head = &hash->table[i]; in batadv_tt_local_purge_pending_clients()
3189 hlist_for_each_entry_safe(tt_common, node_tmp, head, in batadv_tt_local_purge_pending_clients()