Home
last modified time | relevance | path

Searched refs:list_remove_head (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/scripts/coccinelle/null/
Dderef_null.cocci68 list_remove_head(E2,subE,...)
129 list_remove_head(E2,subE,...)
189 list_remove_head(E2,subE,...)
262 list_remove_head(E2,subE,...)
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_scsi.h25 #define list_remove_head(list, entry, type, member) \ macro
Dlpfc_sli.c458 list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list); in __lpfc_sli_get_iocbq()
868 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_sglq()
881 list_remove_head(lpfc_sgl_list, sglq, in __lpfc_sli_get_sglq()
1059 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list); in lpfc_sli_cancel_iocbs()
1281 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list); in lpfc_sli_ringtx_get()
1825 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
1840 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
1899 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
2183 list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list); in lpfc_sli_handle_mb_event()
3355 list_remove_head(&phba->sli4_hba.sp_queue_event, in lpfc_sli_handle_slow_ring_event_s4()
[all …]
Dlpfc_scsi.c750 list_remove_head(&sblist, psb, struct lpfc_scsi_buf, in lpfc_sli4_repost_scsi_sgl_list()
920 list_remove_head(&sblist, psb, struct lpfc_scsi_buf, in lpfc_new_scsi_buf_s4()
974 list_remove_head(scsi_buf_list, lpfc_cmd, struct lpfc_scsi_buf, list); in lpfc_get_scsi_buf_s3()
Dlpfc_init.c1056 list_remove_head(&completions, buf_ptr, in lpfc_hb_timeout_handler()
3762 list_remove_head(&phba->sli4_hba.sp_asynce_work_queue, in lpfc_sli4_async_event_proc()
6605 list_remove_head(&phba->sli4_hba.sp_cqe_event_pool, cq_event, in __lpfc_sli4_cq_event_alloc()
6693 list_remove_head(&cqelist, cqe, struct lpfc_cq_event, list); in lpfc_sli4_cq_event_release_all()
Dlpfc_mbox.c1475 list_remove_head((&psli->mboxq), mbq, LPFC_MBOXQ_t, list); in lpfc_mbox_get()
Dlpfc_els.c3213 list_remove_head(&buf_ptr1->list, buf_ptr, in lpfc_els_free_data()
3310 list_remove_head(&buf_ptr->list, in lpfc_els_free_iocb()
7420 list_remove_head(&phba->fabric_iocb_list, iocb, typeof(*iocb), in lpfc_resume_fabric_iocbs()
Dlpfc_hbadisc.c496 list_remove_head((&phba->work_list), evtp, typeof(*evtp), in lpfc_work_list_done()
/linux-2.6.39/scripts/coccinelle/free/
Dkfree.cocci78 list_remove_head(E1,subE,...)
/linux-2.6.39/Documentation/scsi/
DChangeLog.lpfc368 * Add list_remove_head macro. Macro cleans up memory allocation