Home
last modified time | relevance | path

Searched refs:sg_cpu (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/kernel/sched/
Dcpufreq_schedutil.c156 static void sugov_get_util(struct sugov_cpu *sg_cpu) in sugov_get_util() argument
158 unsigned long util = cpu_util_cfs_boost(sg_cpu->cpu); in sugov_get_util()
159 struct rq *rq = cpu_rq(sg_cpu->cpu); in sugov_get_util()
161 sg_cpu->bw_dl = cpu_bw_dl(rq); in sugov_get_util()
162 sg_cpu->util = effective_cpu_util(sg_cpu->cpu, util, in sugov_get_util()
177 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_reset() argument
180 s64 delta_ns = time - sg_cpu->last_update; in sugov_iowait_reset()
186 sg_cpu->iowait_boost = set_iowait_boost ? IOWAIT_BOOST_MIN : 0; in sugov_iowait_reset()
187 sg_cpu->iowait_boost_pending = set_iowait_boost; in sugov_iowait_reset()
206 static void sugov_iowait_boost(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_boost() argument
[all …]
/Linux-v6.6/drivers/mmc/host/
Dmmci_stm32_sdmmc.c58 void *sg_cpu; member
200 idma->sg_cpu = dmam_alloc_coherent(dev, SDMMC_LLI_BUF_LEN, in sdmmc_idma_setup()
202 if (!idma->sg_cpu) { in sdmmc_idma_setup()
223 struct sdmmc_lli_desc *desc = (struct sdmmc_lli_desc *)idma->sg_cpu; in sdmmc_idma_start()
Dsunxi-mmc.c292 void *sg_cpu; member
362 struct sunxi_idma_des *pdes = (struct sunxi_idma_des *)host->sg_cpu; in sunxi_mmc_init_idma_des()
1388 host->sg_cpu = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in sunxi_mmc_probe()
1390 if (!host->sg_cpu) { in sunxi_mmc_probe()
1483 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); in sunxi_mmc_probe()
1500 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); in sunxi_mmc_remove()
Ddw_mmc.c512 for (i = 0, p = host->sg_cpu; i < host->ring_size - 1; in dw_mci_idmac_init()
540 for (i = 0, p = host->sg_cpu; in dw_mci_idmac_init()
588 desc_first = desc_last = desc = host->sg_cpu; in dw_mci_prepare_desc64()
645 memset(host->sg_cpu, 0, DESC_RING_BUF_SZ); in dw_mci_prepare_desc64()
660 desc_first = desc_last = desc = host->sg_cpu; in dw_mci_prepare_desc32()
719 memset(host->sg_cpu, 0, DESC_RING_BUF_SZ); in dw_mci_prepare_desc32()
1105 (unsigned long)host->sg_cpu, in dw_mci_submit_data_dma()
3050 host->sg_cpu = dmam_alloc_coherent(host->dev, in dw_mci_init_dma()
3053 if (!host->sg_cpu) { in dw_mci_init_dma()
Ddw_mmc.h183 void *sg_cpu; member
/Linux-v6.6/Documentation/driver-api/media/drivers/
Dpxa_camera.rst113 This structure is pointed by dma->sg_cpu.
/Linux-v6.6/Documentation/driver-api/dmaengine/
Dpxa_dma.rst54 This structure is pointed by dma->sg_cpu.