Searched refs:compls (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/soc/qcom/ |
D | rpmh.c | 334 struct completion *compls; in rpmh_write_batch() local 350 count * (sizeof(req->rpm_msgs[0]) + sizeof(*compls)), in rpmh_write_batch() 356 compls = ptr + sizeof(*req) + count * sizeof(*rpm_msgs); in rpmh_write_batch() 372 struct completion *compl = &compls[i]; in rpmh_write_batch() 386 time_left = wait_for_completion_timeout(&compls[i], time_left); in rpmh_write_batch()
|
/Linux-v6.1/drivers/dma/idxd/ |
D | device.c | 126 wq->compls = dma_alloc_coherent(dev, wq->compls_size, &wq->compls_addr, GFP_KERNEL); in idxd_wq_alloc_resources() 127 if (!wq->compls) { in idxd_wq_alloc_resources() 146 desc->completion = &wq->compls[i]; in idxd_wq_alloc_resources() 160 dma_free_coherent(dev, wq->compls_size, wq->compls, wq->compls_addr); in idxd_wq_alloc_resources() 175 dma_free_coherent(dev, wq->compls_size, wq->compls, wq->compls_addr); in idxd_wq_free_resources()
|
D | idxd.h | 206 struct dsa_completion_record *compls; member
|