Home
last modified time | relevance | path

Searched refs:comp_free (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/linux/
Dppp-comp.h40 void (*comp_free) (void *state); member
/Linux-v5.4/drivers/dma/
Dfsl-qdma.c176 struct list_head comp_free; member
323 &fsl_queue->comp_free, list) { in fsl_qdma_free_chan_resources()
408 list_add_tail(&comp_temp->list, &queue->comp_free); in fsl_qdma_pre_request_enqueue_desc()
422 &queue->comp_free, list) { in fsl_qdma_pre_request_enqueue_desc()
452 if (!list_empty(&queue->comp_free)) { in fsl_qdma_request_enqueue_desc()
453 comp_temp = list_first_entry(&queue->comp_free, in fsl_qdma_request_enqueue_desc()
977 list_add_tail(&fsl_comp->list, &fsl_queue->comp_free); in fsl_qdma_free_desc()
1025 INIT_LIST_HEAD(&fsl_queue->comp_free); in fsl_qdma_alloc_chan_resources()
/Linux-v5.4/drivers/net/ppp/
Dppp_deflate.c575 .comp_free = z_comp_free,
593 .comp_free = z_comp_free,
Dppp_mppe.c636 .comp_free = mppe_free,
Dbsd_comp.c1135 .comp_free = bsd_free,
Dppp_generic.c2775 ocomp->comp_free(ostate); in ppp_set_compress()
2913 xcomp->comp_free(xstate); in ppp_ccp_closed()