Searched refs:active_pds (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_q6v5_pas.c | 59 struct device *active_pds[1]; member 145 ret = adsp_pds_enable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_start() 196 adsp_pds_disable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_start() 228 adsp_pds_disable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_stop() 437 ret = adsp_pds_attach(&pdev->dev, adsp->active_pds, in adsp_probe() 474 adsp_pds_detach(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_probe()
|
H A D | qcom_q6v5_mss.c | 172 struct device *active_pds[1]; member 910 ret = q6v5_pds_enable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_load() 1043 q6v5_pds_disable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_load() 1079 q6v5_pds_disable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_reclaim() 1781 ret = q6v5_pds_attach(&pdev->dev, qproc->active_pds, in q6v5_probe() 1837 q6v5_pds_detach(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_probe() 1857 q6v5_pds_detach(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_remove()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 618 u32 active_pds; in bnxt_re_alloc_pd() local 669 active_pds = atomic_inc_return(&rdev->stats.res.pd_count); in bnxt_re_alloc_pd() 670 if (active_pds > rdev->stats.res.pd_watermark) in bnxt_re_alloc_pd() 671 rdev->stats.res.pd_watermark = active_pds; in bnxt_re_alloc_pd()
|
Completed in 10 milliseconds