Searched refs:hnext (Results 1 – 3 of 3) sorted by relevance
| /linux/security/integrity/ima/ |
| H A D | ima_queue.c | 118 hlist_for_each_entry_rcu(qe, &htable[key], hnext) { in ima_add_digest_entry() 193 hlist_add_head_rcu(&qe->hnext, &htable[key]); in ima_add_template_entry()
|
| H A D | ima.h | 128 struct hlist_node hnext; /* place in hash collision list */ 115 struct hlist_node hnext; /* place in hash collision list */ global() member
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 18722 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local 18727 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers() 18754 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_rcv_seq_check_edtov() local 18766 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_rcv_seq_check_edtov()
|