Home
last modified time | relevance | path

Searched refs:hnext (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/security/integrity/ima/
H A Dima_queue.c57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()
112 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
H A Dima.h107 struct hlist_node hnext; /* place in hash collision list */ member
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1288 neigh = rcu_dereference_bh(neigh->hnext)) { in ipoib_neigh_get()
1342 rcu_dereference_protected(neigh->hnext, in __ipoib_reap_neigh()
1348 np = &neigh->hnext; in __ipoib_reap_neigh()
1414 neigh = rcu_dereference_protected(neigh->hnext, in ipoib_neigh_alloc()
1436 rcu_assign_pointer(neigh->hnext, in ipoib_neigh_alloc()
1505 rcu_dereference_protected(neigh->hnext, in ipoib_neigh_free()
1512 np = &n->hnext; in ipoib_neigh_free()
1588 rcu_dereference_protected(neigh->hnext, in ipoib_del_neighs_by_gid()
1594 np = &neigh->hnext; in ipoib_del_neighs_by_gid()
1631 rcu_dereference_protected(neigh->hnext, in ipoib_flush_neighs()
H A Dipoib.h456 struct ipoib_neigh __rcu *hnext; member
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h42 struct sta_info *hnext; /* next entry in hash table list */ member
H A Dhostap_ap.c88 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
99 ap->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
103 while (s->hnext != NULL && !ether_addr_equal(s->hnext->addr, sta->addr)) in ap_sta_hash_del()
104 s = s->hnext; in ap_sta_hash_del()
105 if (s->hnext != NULL) in ap_sta_hash_del()
106 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
915 s = s->hnext; in ap_get_sta()
/openbmc/linux/fs/reiserfs/
H A Djournal.c435 cn = cn->hnext; in get_journal_hash_dev()
521 cn->hnext = cn_orig; in insert_journal_hash()
1856 if (cur->hnext) { in remove_journal_hash()
1857 cur->hnext->hprev = cur->hprev; in remove_journal_hash()
1860 cur->hprev->hnext = cur->hnext; in remove_journal_hash()
1862 *head = cur->hnext; in remove_journal_hash()
1876 cur = cur->hnext; in remove_journal_hash()
3513 cur = cn->hnext; in can_dirty()
3520 cur = cur->hnext; in can_dirty()
3828 cn = cn->hnext; in journal_mark_freed()
H A Dreiserfs.h239 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c18606 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local
18611 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers()
18638 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_rcv_seq_check_edtov() local
18650 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_rcv_seq_check_edtov()