/Linux-v4.19/scripts/coccinelle/null/ |
D | deref_null.cocci | 68 list_remove_head(E2,subE,...) 129 list_remove_head(E2,subE,...) 189 list_remove_head(E2,subE,...) 262 list_remove_head(E2,subE,...)
|
/Linux-v4.19/drivers/net/ethernet/altera/ |
D | altera_sgdma.c | 434 #define list_remove_head(list, entry, type, member) \ macro 481 list_remove_head(&priv->txlisthd, buffer, struct tse_buffer, lh); in dequeue_tx() 494 list_remove_head(&priv->rxlisthd, buffer, struct tse_buffer, lh); in dequeue_rx()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_scsi.h | 28 #define list_remove_head(list, entry, type, member) \ macro
|
D | lpfc_nvmet.c | 348 list_remove_head(&phba->sli4_hba.lpfc_nvmet_io_wait_list, in lpfc_nvmet_ctxbuf_post() 1678 list_remove_head(&wq->wqfull_list, nvmewqeq, struct lpfc_iocbq, in lpfc_nvmet_wqfull_process() 1864 list_remove_head(¤t_infop->nvmet_ctx_list, in lpfc_nvmet_replenish_context() 1937 list_remove_head(¤t_infop->nvmet_ctx_list, in lpfc_nvmet_unsol_fcp_buffer()
|
D | lpfc_sli.c | 805 list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list); in __lpfc_sli_get_iocbq() 1162 list_remove_head(lpfc_els_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_els_sglq() 1175 list_remove_head(lpfc_els_sgl_list, sglq, in __lpfc_sli_get_els_sglq() 1213 list_remove_head(lpfc_nvmet_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_nvmet_sglq() 1411 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list); in lpfc_sli_cancel_iocbs() 1634 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list); in lpfc_sli_ringtx_get() 2164 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs() 2179 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs() 2238 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get() 2259 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get() [all …]
|
D | lpfc_init.c | 883 list_remove_head(&phba->sli4_hba.sp_queue_event, in lpfc_sli4_free_sp_events() 1415 list_remove_head(&completions, buf_ptr, in lpfc_hb_timeout_handler() 3471 list_remove_head(&els_sgl_list, in lpfc_sli4_els_sgl_update() 3593 list_remove_head(&nvmet_sgl_list, in lpfc_sli4_nvmet_sgl_update() 3694 list_remove_head(&scsi_sgl_list, psb, in lpfc_sli4_scsi_sgl_update() 3831 list_remove_head(&nvme_sgl_list, lpfc_ncmd, in lpfc_sli4_nvme_sgl_update() 5297 list_remove_head(&phba->sli4_hba.sp_asynce_work_queue, in lpfc_sli4_async_event_proc() 8675 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer() 9295 list_remove_head(&phba->sli4_hba.sp_cqe_event_pool, cq_event, in __lpfc_sli4_cq_event_alloc() 9383 list_remove_head(&cqelist, cqe, struct lpfc_cq_event, list); in lpfc_sli4_cq_event_release_all()
|
D | lpfc_scsi.c | 720 list_remove_head(&blck_sblist, psb, in lpfc_sli4_post_scsi_sgl_list() 736 list_remove_head(&scsi_sblist, psb, in lpfc_sli4_post_scsi_sgl_list() 986 list_remove_head(scsi_buf_list_get, lpfc_cmd, struct lpfc_scsi_buf, in lpfc_get_scsi_buf_s3() 993 list_remove_head(scsi_buf_list_get, lpfc_cmd, in lpfc_get_scsi_buf_s3()
|
D | lpfc_nvme.c | 2152 list_remove_head(&blck_nblist, lpfc_ncmd, in lpfc_post_nvme_sgl_list() 2168 list_remove_head(&nvme_nblist, lpfc_ncmd, in lpfc_post_nvme_sgl_list()
|
D | lpfc_mbox.c | 1514 list_remove_head((&psli->mboxq), mbq, LPFC_MBOXQ_t, list); in lpfc_mbox_get()
|
D | lpfc_els.c | 3698 list_remove_head(&buf_ptr1->list, buf_ptr, in lpfc_els_free_data() 3795 list_remove_head(&buf_ptr->list, in lpfc_els_free_iocb() 9094 list_remove_head(&phba->fabric_iocb_list, iocb, typeof(*iocb), in lpfc_resume_fabric_iocbs()
|
D | lpfc_hbadisc.c | 525 list_remove_head((&phba->work_list), evtp, typeof(*evtp), in lpfc_work_list_done()
|
/Linux-v4.19/scripts/coccinelle/free/ |
D | kfree.cocci | 94 list_remove_head(E1,subE,...)
|
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 122 list_remove_head(x,c,...)
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 368 * Add list_remove_head macro. Macro cleans up memory allocation
|