Searched refs:hnext (Results 1 - 7 of 7) sorted by relevance

/linux-master/security/integrity/ima/
H A Dima_queue.c57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) {
112 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]);
H A Dima.h107 struct hlist_node hnext; /* place in hash collision list */ member in struct:ima_queue_entry
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1315 neigh = rcu_dereference_bh(neigh->hnext)) {
1369 rcu_dereference_protected(neigh->hnext,
1375 np = &neigh->hnext;
1441 neigh = rcu_dereference_protected(neigh->hnext,
1463 rcu_assign_pointer(neigh->hnext,
1532 rcu_dereference_protected(neigh->hnext,
1539 np = &n->hnext;
1615 rcu_dereference_protected(neigh->hnext,
1621 np = &neigh->hnext;
1658 rcu_dereference_protected(neigh->hnext,
[all...]
H A Dipoib.h458 struct ipoib_neigh __rcu *hnext; member in struct:ipoib_neigh
/linux-master/fs/reiserfs/
H A Djournal.c434 cn = cn->hnext;
520 cn->hnext = cn_orig;
1836 * only touchs the hnext and hprev pointers.
1855 if (cur->hnext) {
1856 cur->hnext->hprev = cur->hprev;
1859 cur->hprev->hnext = cur->hnext;
1861 *head = cur->hnext;
1875 cur = cur->hnext;
3504 * then test hnext
[all...]
H A Dreiserfs.h219 * hnext and hprev are used by journal_list_hash. If a block is in more
239 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member in struct:reiserfs_journal_cnode
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c18608 struct lpfc_dmabuf *h_buf, *hnext; local
18613 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
18640 struct lpfc_dmabuf *h_buf, *hnext; local
18652 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {

Completed in 349 milliseconds