Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_mac.h187 struct eth_hash_entry *hash_entry = NULL; in dequeue_addr_from_hash_entry() local
190 hash_entry = ETH_HASH_ENTRY_OBJ(addr_lst->next); in dequeue_addr_from_hash_entry()
191 list_del_init(&hash_entry->node); in dequeue_addr_from_hash_entry()
193 return hash_entry; in dequeue_addr_from_hash_entry()
198 struct eth_hash_entry *hash_entry; in free_hash_table() local
204 hash_entry = in free_hash_table()
206 while (hash_entry) { in free_hash_table()
207 kfree(hash_entry); in free_hash_table()
208 hash_entry = in free_hash_table()
/linux/include/linux/
H A Dlockdep_types.h77 struct hlist_node hash_entry; member
102 struct hlist_node hash_entry; member
/linux/net/batman-adv/
H A Dtypes.h488 struct hlist_node hash_entry; member
1832 struct hlist_node hash_entry; member
1890 struct hlist_node hash_entry; member
1914 struct hlist_node hash_entry; member
2069 struct hlist_node hash_entry; member
2334 struct hlist_node hash_entry; member
H A Dnetwork-coding.c409 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash()
443 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
468 hlist_del_rcu(&nc_path->hash_entry); in batadv_nc_purge_paths()
519 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare()
554 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find()
555 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data)) in batadv_nc_hash_find()
688 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths()
992 &nc_path->hash_entry); in batadv_nc_get_path()
1279 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search()
1758 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet()
H A Dtranslation-table.c90 hash_entry); in batadv_compare_tt()
144 hlist_for_each_entry_rcu(tt, head, hash_entry) { in batadv_tt_hash_find()
572 common.hash_entry); in batadv_tt_global_free()
703 &tt_local->common.hash_entry); in batadv_tt_local_add()
1107 hlist_for_each_entry(common, &hash->table[bucket], hash_entry) { in batadv_tt_local_dump_bucket()
1251 common.hash_entry); in batadv_tt_local_remove()
1276 hash_entry) { in batadv_tt_local_purge_list()
1340 head, hash_entry) { in batadv_tt_local_table_free()
1341 hlist_del_rcu(&tt_common_entry->hash_entry); in batadv_tt_local_table_free()
1607 &common->hash_entry); in batadv_tt_global_add()
[all …]
H A Dbat_v.c395 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_v_orig_dump_bucket()
H A Dbat_v_ogm.c72 &orig_node->hash_entry); in batadv_v_ogm_orig_get()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h81 struct hlist_node hash_entry; member
115 struct hlist_node hash_entry; member
H A Dib_verbs.c1782 hash_del(&srq->hash_entry); in bnxt_re_destroy_srq()
1894 hash_add(rdev->srq_hash, &srq->hash_entry, srq->qplib_srq.id); in bnxt_re_create_srq()
3073 hash_del(&cq->hash_entry); in bnxt_re_destroy_cq()
3169 hash_add(rdev->cq_hash, &cq->hash_entry, cq->qplib_cq.id); in bnxt_re_create_cq()
4404 hash_for_each_possible(rdev->cq_hash, tmp_cq, hash_entry, cq_id) { in bnxt_re_search_for_cq()
4417 hash_for_each_possible(rdev->srq_hash, tmp_srq, hash_entry, srq_id) { in bnxt_re_search_for_srq()
/linux/tools/perf/util/
H A Dlock-contention.h22 struct hlist_node hash_entry;
20 struct hlist_node hash_entry; global() member
H A Dkvm-stat.h42 struct list_head hash_entry; member
/linux/tools/lib/bpf/
H A Dbtf.c4162 struct hashmap_entry *hash_entry; in btf_dedup_prim_type() local
4188 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type()
4189 cand_id = hash_entry->value; in btf_dedup_prim_type()
4201 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type()
4202 cand_id = hash_entry->value; in btf_dedup_prim_type()
4223 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type()
4224 cand_id = hash_entry->value; in btf_dedup_prim_type()
4709 struct hashmap_entry *hash_entry; in btf_dedup_struct_type() local
4726 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_struct_type()
4727 __u32 cand_id = hash_entry->value; in btf_dedup_struct_type()
[all …]
/linux/tools/perf/
H A Dbuiltin-lock.c1364 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in print_bad_events()
1451 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in compare_maps()
1463 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {