Searched refs:hnext (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/security/integrity/ima/ |
D | ima_queue.c | 57 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()
|
D | ima.h | 107 struct hlist_node hnext; /* place in hash collision list */ member
|
/linux-6.6.21/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1288 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()
|
D | ipoib.h | 456 struct ipoib_neigh __rcu *hnext; member
|
/linux-6.6.21/fs/reiserfs/ |
D | journal.c | 435 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()
|
D | reiserfs.h | 239 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member
|
/linux-6.6.21/drivers/net/wireless/intersil/hostap/ |
D | hostap_ap.h | 42 struct sta_info *hnext; /* next entry in hash table list */ member
|
D | hostap_ap.c | 88 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()
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 18606 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()
|