/linux-4.1.27/net/batman-adv/ |
D | bridge_loop_avoidance.c | 77 hash_entry); in batadv_compare_backbone_gw() 94 hash_entry); in batadv_compare_claim() 153 hlist_for_each_entry_rcu(claim, head, hash_entry) { in batadv_claim_hash_find() 154 if (!batadv_compare_claim(&claim->hash_entry, data)) in batadv_claim_hash_find() 196 hlist_for_each_entry_rcu(backbone_gw, head, hash_entry) { in batadv_backbone_hash_find() 197 if (!batadv_compare_backbone_gw(&backbone_gw->hash_entry, in batadv_backbone_hash_find() 233 head, hash_entry) { in batadv_bla_del_backbone_claims() 238 hlist_del_rcu(&claim->hash_entry); in batadv_bla_del_backbone_claims() 402 &entry->hash_entry); in batadv_bla_get_backbone_gw() 483 hlist_for_each_entry_rcu(claim, head, hash_entry) { in batadv_bla_answer_request() [all …]
|
D | types.h | 275 struct hlist_node hash_entry; member 879 struct hlist_node hash_entry; member 904 struct hlist_node hash_entry; member 924 struct hlist_node hash_entry; member 1040 struct hlist_node hash_entry; member 1176 struct hlist_node hash_entry; member
|
D | originator.c | 41 hash_entry); in batadv_compare_orig() 587 head, hash_entry) { in batadv_originator_free() 588 hlist_del_rcu(&orig_node->hash_entry); in batadv_originator_free() 941 head, hash_entry) { in _batadv_purge_orig() 944 hlist_del_rcu(&orig_node->hash_entry); in _batadv_purge_orig() 1073 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_add_if() 1110 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_del_if()
|
D | network-coding.c | 363 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash() 397 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths() 422 hlist_del_rcu(&nc_path->hash_entry); in batadv_nc_purge_paths() 479 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare() 516 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find() 517 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data)) in batadv_nc_hash_find() 648 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths() 953 &nc_path->hash_entry); in batadv_nc_get_path() 1250 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search() 1729 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet() [all …]
|
D | translation-table.c | 52 hash_entry); in batadv_compare_tt() 108 hlist_for_each_entry_rcu(tt, head, hash_entry) { in batadv_tt_hash_find() 608 &tt_local->common.hash_entry); in batadv_tt_local_add() 936 head, hash_entry) { in batadv_tt_local_seq_print_text() 1090 hash_entry) { in batadv_tt_local_purge_list() 1155 head, hash_entry) { in batadv_tt_local_table_free() 1156 hlist_del_rcu(&tt_common_entry->hash_entry); in batadv_tt_local_table_free() 1369 &common->hash_entry); in batadv_tt_global_add() 1615 head, hash_entry) { in batadv_tt_global_seq_print_text() 1838 head, hash_entry) { in batadv_tt_global_del_orig() [all …]
|
D | distributed-arp-table.c | 98 hash_entry) { in __batadv_dat_purge() 105 hlist_del_rcu(&dat_entry->hash_entry); in __batadv_dat_purge() 141 hash_entry); in batadv_compare_dat() 249 hlist_for_each_entry_rcu(dat_entry, head, hash_entry) { in batadv_dat_entry_hash_find() 302 &dat_entry->hash_entry); in batadv_dat_entry_add() 487 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_choose_next_candidate() 773 hlist_for_each_entry_rcu(dat_entry, head, hash_entry) { in batadv_dat_cache_seq_print_text()
|
D | originator.h | 109 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_find()
|
D | bat_iv_ogm.c | 248 &orig_node->hash_entry); in batadv_iv_ogm_orig_get() 878 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_iv_ogm_slide_own_bcast_window() 1818 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_iv_ogm_orig_print()
|
/linux-4.1.27/tools/perf/ |
D | builtin-lock.c | 42 struct list_head hash_entry; member 318 list_for_each_entry(ret, entry, hash_entry) { in lock_stat_findnew() 337 list_add(&new->hash_entry, entry); in lock_stat_findnew() 782 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map() 836 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
|
D | builtin-kvm.c | 137 list_for_each_entry(event, head, hash_entry) { in clear_events_cache_stats() 205 list_for_each_entry(event, head, hash_entry) { in find_create_kvm_event() 214 list_add(&event->hash_entry, head); in find_create_kvm_event() 519 list_for_each_entry(event, &kvm->kvm_events_cache[i], hash_entry) { in sort_result()
|
/linux-4.1.27/tools/perf/util/ |
D | kvm-stat.h | 24 struct list_head hash_entry; member
|
/linux-4.1.27/kernel/locking/ |
D | lockdep.c | 722 list_for_each_entry_rcu(class, hash_head, hash_entry) { in look_up_lock_class() 777 list_for_each_entry_rcu(class, hash_head, hash_entry) { in register_lock_class() 808 list_add_tail_rcu(&class->hash_entry, hash_head); in register_lock_class() 3900 list_del_rcu(&class->hash_entry); in zap_class() 3938 list_for_each_entry_rcu(class, head, hash_entry) { in lockdep_free_key_range() 3995 list_for_each_entry_rcu(class, head, hash_entry) { in lockdep_reset_lock()
|
/linux-4.1.27/include/linux/ |
D | lockdep.h | 69 struct list_head hash_entry; member
|