Searched refs:sg_cpu (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 238 static void sugov_get_util(struct sugov_cpu *sg_cpu, unsigned long boost) in sugov_get_util() argument 240 unsigned long min, max, util = scx_cpuperf_target(sg_cpu->cpu); in sugov_get_util() 243 util += cpu_util_cfs_boost(sg_cpu->cpu); in sugov_get_util() 244 util = effective_cpu_util(sg_cpu->cpu, util, &min, &max); in sugov_get_util() 246 sg_cpu->bw_min = min; in sugov_get_util() 247 sg_cpu->bw_max = max; in sugov_get_util() 248 sg_cpu->util = sugov_effective_cpu_perf(sg_cpu->cpu, util, min, max); in sugov_get_util() 262 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_reset() argument 265 s64 delta_ns = time - sg_cpu->last_update; in sugov_iowait_reset() 271 sg_cpu->iowait_boost = set_iowait_boost ? IOWAIT_BOOST_MIN : 0; in sugov_iowait_reset() [all …]
|
| /linux/drivers/mmc/host/ |
| H A D | mmci_stm32_sdmmc.c | 58 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() 224 struct sdmmc_lli_desc *desc = (struct sdmmc_lli_desc *)idma->sg_cpu; in sdmmc_idma_start()
|
| H A D | sunxi-mmc.c | 291 void *sg_cpu; member 361 struct sunxi_idma_des *pdes = (struct sunxi_idma_des *)host->sg_cpu; in sunxi_mmc_init_idma_des() 1386 host->sg_cpu = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in sunxi_mmc_probe() 1388 if (!host->sg_cpu) in sunxi_mmc_probe() 1479 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); in sunxi_mmc_probe() 1494 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); in sunxi_mmc_remove()
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 113 This structure is pointed by dma->sg_cpu.
|