/linux-4.4.14/net/batman-adv/ |
D | bridge_loop_avoidance.c | 90 hash_entry); in batadv_compare_backbone_gw() 108 hash_entry); in batadv_compare_claim() 168 hlist_for_each_entry_rcu(claim, head, hash_entry) { in batadv_claim_hash_find() 169 if (!batadv_compare_claim(&claim->hash_entry, data)) in batadv_claim_hash_find() 211 hlist_for_each_entry_rcu(backbone_gw, head, hash_entry) { in batadv_backbone_hash_find() 212 if (!batadv_compare_backbone_gw(&backbone_gw->hash_entry, in batadv_backbone_hash_find() 248 head, hash_entry) { in batadv_bla_del_backbone_claims() 253 hlist_del_rcu(&claim->hash_entry); in batadv_bla_del_backbone_claims() 417 &entry->hash_entry); in batadv_bla_get_backbone_gw() 498 hlist_for_each_entry_rcu(claim, head, hash_entry) { in batadv_bla_answer_request() [all …]
|
D | types.h | 292 struct hlist_node hash_entry; member 894 struct hlist_node hash_entry; member 919 struct hlist_node hash_entry; member 939 struct hlist_node hash_entry; member 1055 struct hlist_node hash_entry; member 1195 struct hlist_node hash_entry; member
|
D | originator.c | 54 hash_entry); in batadv_compare_orig() 626 head, hash_entry) { in batadv_originator_free() 627 hlist_del_rcu(&orig_node->hash_entry); in batadv_originator_free() 980 head, hash_entry) { in _batadv_purge_orig() 983 hlist_del_rcu(&orig_node->hash_entry); in _batadv_purge_orig() 1111 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_add_if() 1148 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_del_if()
|
D | network-coding.c | 391 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash() 425 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths() 450 hlist_del_rcu(&nc_path->hash_entry); in batadv_nc_purge_paths() 501 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare() 538 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find() 539 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data)) in batadv_nc_hash_find() 674 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths() 980 &nc_path->hash_entry); in batadv_nc_get_path() 1276 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search() 1755 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet() [all …]
|
D | translation-table.c | 75 hash_entry); in batadv_compare_tt() 129 hlist_for_each_entry_rcu(tt, head, hash_entry) { in batadv_tt_hash_find() 634 &tt_local->common.hash_entry); in batadv_tt_local_add() 968 head, hash_entry) { in batadv_tt_local_seq_print_text() 1122 hash_entry) { in batadv_tt_local_purge_list() 1187 head, hash_entry) { in batadv_tt_local_table_free() 1188 hlist_del_rcu(&tt_common_entry->hash_entry); in batadv_tt_local_table_free() 1400 &common->hash_entry); in batadv_tt_global_add() 1652 head, hash_entry) { in batadv_tt_global_seq_print_text() 1883 head, hash_entry) { in batadv_tt_global_del_orig() [all …]
|
D | distributed-arp-table.c | 116 hash_entry) { in __batadv_dat_purge() 123 hlist_del_rcu(&dat_entry->hash_entry); in __batadv_dat_purge() 159 hash_entry); in batadv_compare_dat() 280 hlist_for_each_entry_rcu(dat_entry, head, hash_entry) { in batadv_dat_entry_hash_find() 333 &dat_entry->hash_entry); in batadv_dat_entry_add() 519 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_choose_next_candidate() 810 hlist_for_each_entry_rcu(dat_entry, head, hash_entry) { in batadv_dat_cache_seq_print_text()
|
D | originator.h | 107 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_find()
|
D | bat_iv_ogm.c | 279 &orig_node->hash_entry); in batadv_iv_ogm_orig_get() 880 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_iv_ogm_slide_own_bcast_window() 1822 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_iv_ogm_orig_print()
|
/linux-4.4.14/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() 783 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map() 840 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
|
D | builtin-kvm.c | 136 list_for_each_entry(event, head, hash_entry) { in clear_events_cache_stats() 204 list_for_each_entry(event, head, hash_entry) { in find_create_kvm_event() 213 list_add(&event->hash_entry, head); in find_create_kvm_event() 518 list_for_each_entry(event, &kvm->kvm_events_cache[i], hash_entry) { in sort_result()
|
/linux-4.4.14/tools/perf/util/ |
D | kvm-stat.h | 24 struct list_head hash_entry; member
|
/linux-4.4.14/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() 3897 list_del_rcu(&class->hash_entry); in zap_class() 3935 list_for_each_entry_rcu(class, head, hash_entry) { in lockdep_free_key_range() 3992 list_for_each_entry_rcu(class, head, hash_entry) { in lockdep_reset_lock()
|
/linux-4.4.14/include/linux/ |
D | lockdep.h | 69 struct list_head hash_entry; member
|