Home
last modified time | relevance | path

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

/linux/scripts/coccinelle/null/
H A 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,...)
/linux/drivers/net/ethernet/altera/
H A 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()
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.h29 #define list_remove_head(list, entry, type, member) \ macro
H A Dlpfc_sli.c918 list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list); in __lpfc_sli_get_iocbq()
1269 list_remove_head(lpfc_els_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_els_sglq()
1282 list_remove_head(lpfc_els_sgl_list, sglq, in __lpfc_sli_get_els_sglq()
1320 list_remove_head(lpfc_nvmet_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_nvmet_sglq()
1519 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list); in lpfc_sli_cancel_iocbs()
1756 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list); in lpfc_sli_ringtx_get()
2563 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
2578 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
2635 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
2656 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_sli_rqbuf_get()
[all …]
H A Dlpfc_init.c937 list_remove_head(&phba->sli4_hba.sp_queue_event, in lpfc_sli4_free_sp_events()
1547 list_remove_head(&completions, buf_ptr, in lpfc_hb_timeout_handler()
4117 list_remove_head(&els_sgl_list, in lpfc_sli4_els_sgl_update()
4240 list_remove_head(&nvmet_sgl_list, in lpfc_sli4_nvmet_sgl_update()
4316 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()
4356 list_remove_head(cbuf, lpfc_cmd, in lpfc_io_buf_replenish()
4422 list_remove_head(&io_sgl_list, lpfc_ncmd, in lpfc_sli4_io_sgl_update()
7326 list_remove_head(&phba->sli4_hba.sp_asynce_work_queue, in lpfc_sli4_async_event_proc()
10928 list_remove_head(&rqbp->rqb_buffer_list, h_buf, in lpfc_free_rq_buffer()
11559 list_remove_head(&phba->sli4_hba.sp_cqe_event_pool, cq_event, in __lpfc_sli4_cq_event_alloc()
[all …]
/linux/scripts/coccinelle/free/
H A Dkfree.cocci95 list_remove_head(E1,subE,...)
/linux/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci124 list_remove_head(x,c,...)
/linux/Documentation/scsi/
H A DChangeLog.lpfc368 * Add list_remove_head macro. Macro cleans up memory allocation