Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c198 static void sugov_get_util(struct sugov_cpu *sg_cpu, unsigned long boost) in sugov_get_util() argument
200 unsigned long min, max, util = scx_cpuperf_target(sg_cpu->cpu); in sugov_get_util()
203 util += cpu_util_cfs_boost(sg_cpu->cpu); in sugov_get_util()
204 util = effective_cpu_util(sg_cpu->cpu, util, &min, &max); in sugov_get_util()
206 sg_cpu->bw_min = min; in sugov_get_util()
207 sg_cpu->util = sugov_effective_cpu_perf(sg_cpu->cpu, util, min, max); in sugov_get_util()
221 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_reset() argument
224 s64 delta_ns = time - sg_cpu->last_update; in sugov_iowait_reset()
230 sg_cpu->iowait_boost = set_iowait_boost ? IOWAIT_BOOST_MIN : 0; in sugov_iowait_reset()
231 sg_cpu->iowait_boost_pending = set_iowait_boost; in sugov_iowait_reset()
[all …]
/linux/drivers/mmc/host/
H A 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()
224 struct sdmmc_lli_desc *desc = (struct sdmmc_lli_desc *)idma->sg_cpu; in sdmmc_idma_start()
H A Ddw_mmc.c511 for (i = 0, p = host->sg_cpu; i < host->ring_size - 1; in dw_mci_idmac_init()
539 for (i = 0, p = host->sg_cpu; in dw_mci_idmac_init()
587 desc_first = desc_last = desc = host->sg_cpu; in dw_mci_prepare_desc64()
644 memset(host->sg_cpu, 0, DESC_RING_BUF_SZ); in dw_mci_prepare_desc64()
659 desc_first = desc_last = desc = host->sg_cpu; in dw_mci_prepare_desc32()
718 memset(host->sg_cpu, 0, DESC_RING_BUF_SZ); in dw_mci_prepare_desc32()
1104 (unsigned long)host->sg_cpu, in dw_mci_submit_data_dma()
3055 host->sg_cpu = dmam_alloc_coherent(host->dev, in dw_mci_init_dma()
3058 if (!host->sg_cpu) { in dw_mci_init_dma()
H A Ddw_mmc.h184 void *sg_cpu; member
/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst113 This structure is pointed by dma->sg_cpu.
/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst54 This structure is pointed by dma->sg_cpu.