Searched refs:sg_cpu (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/sched/
H A Dcpufreq_schedutil.c198 static void sugov_get_util(struct sugov_cpu *sg_cpu, unsigned long boost) argument
200 unsigned long min, max, util = cpu_util_cfs_boost(sg_cpu->cpu);
202 util = effective_cpu_util(sg_cpu->cpu, util, &min, &max);
204 sg_cpu->bw_min = min;
205 sg_cpu->util = sugov_effective_cpu_perf(sg_cpu->cpu, util, min, max);
210 * @sg_cpu: the sugov data for the CPU to boost
219 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, argument
222 s64 delta_ns = time - sg_cpu->last_update;
228 sg_cpu
248 sugov_iowait_boost(struct sugov_cpu *sg_cpu, u64 time, unsigned int flags) argument
296 sugov_iowait_apply(struct sugov_cpu *sg_cpu, u64 time, unsigned long max_cap) argument
328 sugov_cpu_is_busy(struct sugov_cpu *sg_cpu) argument
337 sugov_cpu_is_busy(struct sugov_cpu *sg_cpu) argument
344 ignore_dl_rate_limit(struct sugov_cpu *sg_cpu) argument
350 sugov_update_single_common(struct sugov_cpu *sg_cpu, u64 time, unsigned long max_cap, unsigned int flags) argument
373 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); local
420 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); local
455 sugov_next_freq_shared(struct sugov_cpu *sg_cpu, u64 time) argument
480 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); local
848 struct sugov_cpu *sg_cpu = &per_cpu(sugov_cpu, cpu); local
[all...]
/linux-master/drivers/mmc/host/
H A Dsunxi-mmc.c292 void *sg_cpu; member in struct:sunxi_mmc_host
362 struct sunxi_idma_des *pdes = (struct sunxi_idma_des *)host->sg_cpu;
1388 host->sg_cpu = dma_alloc_coherent(&pdev->dev, PAGE_SIZE,
1390 if (!host->sg_cpu) {
1483 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma);
1500 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma);
H A Dmmci_stm32_sdmmc.c58 void *sg_cpu; member in struct:sdmmc_idma
200 idma->sg_cpu = dmam_alloc_coherent(dev, SDMMC_LLI_BUF_LEN,
202 if (!idma->sg_cpu) {
223 struct sdmmc_lli_desc *desc = (struct sdmmc_lli_desc *)idma->sg_cpu;
H A Ddw_mmc.h79 * @sg_cpu: Virtual address of DMA buffer.
183 void *sg_cpu; member in struct:dw_mci
H A Ddw_mmc.c511 for (i = 0, p = host->sg_cpu; i < host->ring_size - 1;
539 for (i = 0, p = host->sg_cpu;
587 desc_first = desc_last = desc = host->sg_cpu;
644 memset(host->sg_cpu, 0, DESC_RING_BUF_SZ);
659 desc_first = desc_last = desc = host->sg_cpu;
718 memset(host->sg_cpu, 0, DESC_RING_BUF_SZ);
1103 "sd sg_cpu: %#lx sg_dma: %#lx sg_len: %d\n",
1104 (unsigned long)host->sg_cpu,
3049 host->sg_cpu = dmam_alloc_coherent(host->dev,
3052 if (!host->sg_cpu) {
[all...]

Completed in 273 milliseconds