Searched refs:hnext (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/security/integrity/ima/ |
H A D | ima_queue.c | 55 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { ima_lookup_digest_entry() 88 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); ima_add_digest_entry()
|
H A D | ima.h | 88 struct hlist_node hnext; /* place in hash collision list */ member in struct:ima_queue_entry
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 898 neigh = rcu_dereference_bh(neigh->hnext)) { ipoib_neigh_get() 952 rcu_dereference_protected(neigh->hnext, __ipoib_reap_neigh() 958 np = &neigh->hnext; __ipoib_reap_neigh() 1024 neigh = rcu_dereference_protected(neigh->hnext, ipoib_neigh_alloc() 1046 rcu_assign_pointer(neigh->hnext, ipoib_neigh_alloc() 1115 rcu_dereference_protected(neigh->hnext, ipoib_neigh_free() 1122 np = &n->hnext; ipoib_neigh_free() 1200 rcu_dereference_protected(neigh->hnext, ipoib_del_neighs_by_gid() 1206 np = &neigh->hnext; ipoib_del_neighs_by_gid() 1242 rcu_dereference_protected(neigh->hnext, ipoib_flush_neighs()
|
H A D | ipoib.h | 432 struct ipoib_neigh __rcu *hnext; member in struct:ipoib_neigh
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_ap.h | 41 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
|
H A D | hostap_ap.c | 100 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)]; ap_sta_hash_add() 111 ap->sta_hash[STA_HASH(sta->addr)] = s->hnext; ap_sta_hash_del() 115 while (s->hnext != NULL && !ether_addr_equal(s->hnext->addr, sta->addr)) ap_sta_hash_del() 116 s = s->hnext; ap_sta_hash_del() 117 if (s->hnext != NULL) ap_sta_hash_del() 118 s->hnext = s->hnext->hnext; ap_sta_hash_del() 961 s = s->hnext; ap_get_sta()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | journal.c | 435 cn = cn->hnext; get_journal_hash_dev() 523 cn->hnext = cn_orig; insert_journal_hash() 1843 * only touchs the hnext and hprev pointers. 1862 if (cur->hnext) { remove_journal_hash() 1863 cur->hnext->hprev = cur->hprev; remove_journal_hash() 1866 cur->hprev->hnext = cur->hnext; remove_journal_hash() 1868 *head = cur->hnext; remove_journal_hash() 1882 cur = cur->hnext; remove_journal_hash() 3500 * then test hnext. These are all older than cn. As long as they can_dirty() 3503 cur = cn->hnext; can_dirty() 3510 cur = cur->hnext; can_dirty() 3818 cn = cn->hnext; journal_mark_freed()
|
H A D | reiserfs.h | 220 * hnext and hprev are used by journal_list_hash. If a block is in more 240 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member in struct:reiserfs_journal_cnode
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 14785 struct lpfc_dmabuf *h_buf, *hnext; lpfc_cleanup_rcv_buffers() local 14790 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { lpfc_cleanup_rcv_buffers() 14817 struct lpfc_dmabuf *h_buf, *hnext; lpfc_rcv_seq_check_edtov() local 14829 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { lpfc_rcv_seq_check_edtov()
|
Completed in 456 milliseconds