Searched refs:hnext (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/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 | 108 struct hlist_node hnext; /* place in hash collision list */ member
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1279 neigh = rcu_dereference_bh(neigh->hnext)) { in ipoib_neigh_get() 1333 rcu_dereference_protected(neigh->hnext, in __ipoib_reap_neigh() 1339 np = &neigh->hnext; in __ipoib_reap_neigh() 1405 neigh = rcu_dereference_protected(neigh->hnext, in ipoib_neigh_alloc() 1427 rcu_assign_pointer(neigh->hnext, in ipoib_neigh_alloc() 1496 rcu_dereference_protected(neigh->hnext, in ipoib_neigh_free() 1503 np = &n->hnext; in ipoib_neigh_free() 1579 rcu_dereference_protected(neigh->hnext, in ipoib_del_neighs_by_gid() 1585 np = &neigh->hnext; in ipoib_del_neighs_by_gid() 1622 rcu_dereference_protected(neigh->hnext, in ipoib_flush_neighs()
|
D | ipoib.h | 456 struct ipoib_neigh __rcu *hnext; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | journal.c | 435 cn = cn->hnext; in get_journal_hash_dev() 523 cn->hnext = cn_orig; in insert_journal_hash() 1855 if (cur->hnext) { in remove_journal_hash() 1856 cur->hnext->hprev = cur->hprev; in remove_journal_hash() 1859 cur->hprev->hnext = cur->hnext; in remove_journal_hash() 1861 *head = cur->hnext; in remove_journal_hash() 1875 cur = cur->hnext; in remove_journal_hash() 3506 cur = cn->hnext; in can_dirty() 3513 cur = cur->hnext; in can_dirty() 3821 cn = cn->hnext; in journal_mark_freed()
|
D | reiserfs.h | 241 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 17581 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local 17586 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers() 17613 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_rcv_seq_check_edtov() local 17625 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_rcv_seq_check_edtov()
|