Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dcpufreq_schedutil.c169 sg_cpu->max = max; in sugov_get_util()
171 sg_cpu->util = effective_cpu_util(sg_cpu->cpu, cpu_util_cfs(rq), max, in sugov_get_util()
291 boost = (sg_cpu->iowait_boost * sg_cpu->max) >> SCHED_CAPACITY_SHIFT; in sugov_iowait_apply()
293 sg_cpu->util = boost; in sugov_iowait_apply()
315 if (cpu_bw_dl(cpu_rq(sg_cpu->cpu)) > sg_cpu->bw_dl) in ignore_dl_rate_limit()
347 next_f = get_next_freq(sg_policy, sg_cpu->util, sg_cpu->max); in sugov_update_single_freq()
399 if (sugov_cpu_is_busy(sg_cpu) && sg_cpu->util < prev_util) in sugov_update_single_perf()
402 cpufreq_driver_adjust_perf(sg_cpu->cpu, map_util_perf(sg_cpu->bw_dl), in sugov_update_single_perf()
403 map_util_perf(sg_cpu->util), sg_cpu->max); in sugov_update_single_perf()
770 memset(sg_cpu, 0, sizeof(*sg_cpu)); in sugov_start()
[all …]
/linux/drivers/mmc/host/
A Dmmci_stm32_sdmmc.c45 void *sg_cpu; member
131 idma->sg_cpu = dmam_alloc_coherent(dev, SDMMC_LLI_BUF_LEN, in sdmmc_idma_setup()
133 if (!idma->sg_cpu) { in sdmmc_idma_setup()
152 struct sdmmc_lli_desc *desc = (struct sdmmc_lli_desc *)idma->sg_cpu; in sdmmc_idma_start()
A 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()
1378 host->sg_cpu = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in sunxi_mmc_probe()
1380 if (!host->sg_cpu) { in sunxi_mmc_probe()
1473 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); in sunxi_mmc_probe()
1488 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); in sunxi_mmc_remove()
A 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()
2996 host->sg_cpu = dmam_alloc_coherent(host->dev, in dw_mci_init_dma()
2999 if (!host->sg_cpu) { in dw_mci_init_dma()
A Ddw_mmc.h181 void *sg_cpu; member
/linux/Documentation/driver-api/media/drivers/
A Dpxa_camera.rst113 This structure is pointed by dma->sg_cpu.
/linux/Documentation/driver-api/dmaengine/
A Dpxa_dma.rst54 This structure is pointed by dma->sg_cpu.

Completed in 21 milliseconds