Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/coccinelle/null/
Dderef_null.cocci69 list_remove_head(E2,subE,...)
130 list_remove_head(E2,subE,...)
190 list_remove_head(E2,subE,...)
263 list_remove_head(E2,subE,...)
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/
Daltera_sgdma.c423 #define list_remove_head(list, entry, type, member) \ macro
470 list_remove_head(&priv->txlisthd, buffer, struct tse_buffer, lh); in dequeue_tx()
483 list_remove_head(&priv->rxlisthd, buffer, struct tse_buffer, lh); in dequeue_rx()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_scsi.h28 #define list_remove_head(list, entry, type, member) \ macro
Dlpfc_nvmet.c427 list_remove_head(&phba->sli4_hba.lpfc_nvmet_io_wait_list, in lpfc_nvmet_ctxbuf_post()
2063 list_remove_head(&wq->wqfull_list, nvmewqeq, struct lpfc_iocbq, in lpfc_nvmet_wqfull_process()
2332 list_remove_head(&current_infop->nvmet_ctx_list, in lpfc_nvmet_replenish_context()
2402 list_remove_head(&current_infop->nvmet_ctx_list, in lpfc_nvmet_unsol_fcp_buffer()
Dlpfc_sli.c798 list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list); in __lpfc_sli_get_iocbq()
1161 list_remove_head(lpfc_els_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_els_sglq()
1174 list_remove_head(lpfc_els_sgl_list, sglq, in __lpfc_sli_get_els_sglq()
1212 list_remove_head(lpfc_nvmet_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_nvmet_sglq()
1408 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list); in lpfc_sli_cancel_iocbs()
1640 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list); in lpfc_sli_ringtx_get()
2169 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
2184 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
2241 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
2262 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get()
[all …]
Dlpfc_init.c875 list_remove_head(&phba->sli4_hba.sp_queue_event, in lpfc_sli4_free_sp_events()
1454 list_remove_head(&completions, buf_ptr, in lpfc_hb_timeout_handler()
3792 list_remove_head(&els_sgl_list, in lpfc_sli4_els_sgl_update()
3917 list_remove_head(&nvmet_sgl_list, in lpfc_sli4_nvmet_sgl_update()
3993 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()
4032 list_remove_head(cbuf, lpfc_cmd, in lpfc_io_buf_replenish()
4097 list_remove_head(&io_sgl_list, lpfc_ncmd, in lpfc_sli4_io_sgl_update()
5971 list_remove_head(&phba->sli4_hba.sp_asynce_work_queue, in lpfc_sli4_async_event_proc()
9449 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer()
10083 list_remove_head(&phba->sli4_hba.sp_cqe_event_pool, cq_event, in __lpfc_sli4_cq_event_alloc()
[all …]
Dlpfc_scsi.c599 list_remove_head(scsi_buf_list_get, lpfc_cmd, struct lpfc_io_buf, in lpfc_get_scsi_buf_s3()
606 list_remove_head(scsi_buf_list_get, lpfc_cmd, in lpfc_get_scsi_buf_s3()
Dlpfc_mbox.c1512 list_remove_head((&psli->mboxq), mbq, LPFC_MBOXQ_t, list); in lpfc_mbox_get()
Dlpfc_els.c4264 list_remove_head(&buf_ptr1->list, buf_ptr, in lpfc_els_free_data()
4361 list_remove_head(&buf_ptr->list, in lpfc_els_free_iocb()
9745 list_remove_head(&phba->fabric_iocb_list, iocb, typeof(*iocb), in lpfc_resume_fabric_iocbs()
Dlpfc_hbadisc.c527 list_remove_head((&phba->work_list), evtp, typeof(*evtp), in lpfc_work_list_done()
/kernel/linux/linux-5.10/scripts/coccinelle/free/
Dkfree.cocci95 list_remove_head(E1,subE,...)
/kernel/linux/linux-5.10/scripts/coccinelle/iterators/
Duse_after_iter.cocci124 list_remove_head(x,c,...)
/kernel/linux/linux-5.10/Documentation/scsi/
DChangeLog.lpfc368 * Add list_remove_head macro. Macro cleans up memory allocation