Searched refs:hash_entry (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_mac.h187 struct eth_hash_entry *hash_entry = NULL; local
190 hash_entry = ETH_HASH_ENTRY_OBJ(addr_lst->next);
191 list_del_init(&hash_entry->node);
193 return hash_entry;
198 struct eth_hash_entry *hash_entry; local
204 hash_entry =
206 while (hash_entry) {
207 kfree(hash_entry);
208 hash_entry =
H A Dfman_dtsec.c1015 struct eth_hash_entry *hash_entry; local
1058 hash_entry = kmalloc(sizeof(*hash_entry), GFP_ATOMIC);
1059 if (!hash_entry)
1061 hash_entry->addr = addr;
1062 INIT_LIST_HEAD(&hash_entry->node);
1066 list_add_tail(&hash_entry->node,
1069 list_add_tail(&hash_entry->node,
1118 struct eth_hash_entry *hash_entry = NULL; local
1152 hash_entry
[all...]
H A Dfman_tgec.c490 struct eth_hash_entry *hash_entry; local
508 hash_entry = kmalloc(sizeof(*hash_entry), GFP_ATOMIC);
509 if (!hash_entry)
511 hash_entry->addr = addr;
512 INIT_LIST_HEAD(&hash_entry->node);
514 list_add_tail(&hash_entry->node,
562 struct eth_hash_entry *hash_entry = NULL; local
576 hash_entry = ETH_HASH_ENTRY_OBJ(pos);
577 if (hash_entry
[all...]
H A Dfman_memac.c798 struct eth_hash_entry *hash_entry; local
812 hash_entry = kmalloc(sizeof(*hash_entry), GFP_ATOMIC);
813 if (!hash_entry)
815 hash_entry->addr = addr;
816 INIT_LIST_HEAD(&hash_entry->node);
818 list_add_tail(&hash_entry->node,
854 struct eth_hash_entry *hash_entry = NULL; local
864 hash_entry = ETH_HASH_ENTRY_OBJ(pos);
865 if (hash_entry
[all...]
/linux-master/include/linux/
H A Dlockdep_types.h74 /* hash_entry is used to keep track of dynamically allocated keys. */
77 struct hlist_node hash_entry; member in union:lock_class_key::__anon509
101 struct hlist_node hash_entry; member in struct:lock_class
/linux-master/tools/perf/util/
H A Dlock-contention.h20 struct hlist_node hash_entry; member in struct:lock_stat
H A Dkvm-stat.h42 struct list_head hash_entry; member in struct:kvm_event
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c107 hash_entry);
131 hash_entry);
234 hlist_for_each_entry_rcu(claim, head, hash_entry) {
235 if (!batadv_compare_claim(&claim->hash_entry, data))
277 hlist_for_each_entry_rcu(backbone_gw, head, hash_entry) {
278 if (!batadv_compare_backbone_gw(&backbone_gw->hash_entry,
317 head, hash_entry) {
322 hlist_del_rcu(&claim->hash_entry);
527 &entry->hash_entry);
615 hlist_for_each_entry_rcu(claim, head, hash_entry) {
[all...]
H A Dtypes.h487 /** @hash_entry: hlist node for &batadv_priv.orig_hash */
488 struct hlist_node hash_entry; member in struct:batadv_orig_node
1834 /** @hash_entry: hlist node for &batadv_priv_bla.backbone_hash */
1835 struct hlist_node hash_entry; member in struct:batadv_bla_backbone_gw
1892 /** @hash_entry: hlist node for &batadv_priv_bla.claim_hash */
1893 struct hlist_node hash_entry; member in struct:batadv_bla_claim
1914 * @hash_entry: hlist node for &batadv_priv_tt.local_hash or for
1917 struct hlist_node hash_entry; member in struct:batadv_tt_common_entry
2071 /** @hash_entry: next and prev pointer for the list handling */
2072 struct hlist_node hash_entry; member in struct:batadv_nc_path
2337 struct hlist_node hash_entry; member in struct:batadv_dat_entry
[all...]
H A Dnetwork-coding.c409 hlist_for_each_entry_rcu(orig_node, head, hash_entry)
443 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) {
468 hlist_del_rcu(&nc_path->hash_entry);
519 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry);
554 hlist_for_each_entry_rcu(nc_path, head, hash_entry) {
555 if (!batadv_nc_hash_compare(&nc_path->hash_entry, data))
688 hlist_for_each_entry_rcu(nc_path, head, hash_entry) {
992 &nc_path->hash_entry);
1279 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) {
1758 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) {
[all...]
H A Doriginator.c71 hlist_for_each_entry_rcu(orig_node, head, hash_entry) {
98 hash_entry);
910 head, hash_entry) {
911 hlist_del_rcu(&orig_node->hash_entry);
1273 head, hash_entry) {
1276 hlist_del_rcu(&orig_node->hash_entry);
H A Dtranslation-table.c89 hash_entry);
143 hlist_for_each_entry_rcu(tt, head, hash_entry) {
618 common.hash_entry);
749 &tt_local->common.hash_entry);
1140 hlist_for_each_entry(common, &hash->table[bucket], hash_entry) {
1292 common.hash_entry);
1317 hash_entry) {
1381 head, hash_entry) {
1382 hlist_del_rcu(&tt_common_entry->hash_entry);
1648 &common->hash_entry);
[all...]
H A Ddistributed-arp-table.c176 hash_entry) {
183 hlist_del_rcu(&dat_entry->hash_entry);
219 hash_entry);
344 hlist_for_each_entry_rcu(dat_entry, head, hash_entry) {
398 &dat_entry->hash_entry);
583 hlist_for_each_entry_rcu(orig_node, head, hash_entry) {
910 hlist_for_each_entry(dat_entry, &hash->table[bucket], hash_entry) {
H A Dbat_iv_ogm.c157 &orig_node->hash_entry);
755 hlist_for_each_entry_rcu(orig_node, head, hash_entry) {
1946 hlist_for_each_entry_rcu(orig_node, head, hash_entry) {
H A Dbat_v.c397 hlist_for_each_entry_rcu(orig_node, head, hash_entry) {
H A Dbat_v_ogm.c72 &orig_node->hash_entry);
H A Dmulticast.c2036 hlist_for_each_entry(orig_node, &hash->table[bucket], hash_entry) {
/linux-master/tools/lib/bpf/
H A Dbtf.c3920 struct hashmap_entry *hash_entry; local
3946 for_each_dedup_cand(d, hash_entry, h) {
3947 cand_id = hash_entry->value;
3959 for_each_dedup_cand(d, hash_entry, h) {
3960 cand_id = hash_entry->value;
3981 for_each_dedup_cand(d, hash_entry, h) {
3982 cand_id = hash_entry->value;
4467 struct hashmap_entry *hash_entry; local
4484 for_each_dedup_cand(d, hash_entry, h) {
4485 __u32 cand_id = hash_entry
4560 struct hashmap_entry *hash_entry; local
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h112 struct hlist_node hash_entry; member in struct:bnxt_re_cq
H A Dib_verbs.c2939 hash_del(&cq->hash_entry);
3040 hash_add(rdev->cq_hash, &cq->hash_entry, cq->qplib_cq.id);
4255 hash_for_each_possible(rdev->cq_hash, tmp_cq, hash_entry, cq_id) {
/linux-master/kernel/locking/
H A Dlockdep.c533 * @hash_entry: Entry in a stack_trace_hash[] list.
539 struct hlist_node hash_entry; member in struct:lock_trace
588 hlist_for_each_entry(t2, hash_head, hash_entry) {
593 hlist_add_head(&trace->hash_entry, hash_head);
606 hlist_for_each_entry(trace, &stack_trace_hash[i], hash_entry) {
926 hlist_for_each_entry_rcu_notrace(class, hash_head, hash_entry) {
1225 hlist_for_each_entry_rcu(k, hash_head, hash_entry) {
1229 hlist_add_head_rcu(&key->hash_entry, hash_head);
1258 hlist_for_each_entry_rcu(k, hash_head, hash_entry) {
1305 hlist_for_each_entry_rcu(class, hash_head, hash_entry) {
[all...]
/linux-master/tools/perf/
H A Dbuiltin-lock.c485 hlist_for_each_entry(ret, entry, hash_entry) {
497 hlist_for_each_entry(ret, entry, hash_entry) {
516 hlist_add_head(&new->hash_entry, entry);
1471 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1562 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {
1574 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) {

Completed in 336 milliseconds