Searched refs:busy_spus (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cpufreq_spudemand.c | 24 unsigned long busy_spus; /* fixed-point */ member 34 int busy_spus; in calc_freq() local 37 busy_spus = atomic_read(&cbe_spu_info[cpu_to_node(cpu)].busy_spus); in calc_freq() 39 info->busy_spus = calc_load(info->busy_spus, EXP, busy_spus * FIXED_1); in calc_freq() 40 pr_debug("cpu %d: busy_spus=%d, info->busy_spus=%ld\n", in calc_freq() 41 cpu, busy_spus, inf in calc_freq() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | cpufreq_spudemand.c | 24 unsigned long busy_spus; /* fixed-point */ member 34 int busy_spus; in calc_freq() local 37 busy_spus = atomic_read(&cbe_spu_info[cpu_to_node(cpu)].busy_spus); in calc_freq() 39 info->busy_spus = calc_load(info->busy_spus, EXP, busy_spus * FIXED_1); in calc_freq() 40 pr_debug("cpu %d: busy_spus=%d, info->busy_spus=%ld\n", in calc_freq() 41 cpu, busy_spus, inf in calc_freq() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 1055 atomic_dec(&cbe_spu_info[node].busy_spus); in spuctx_switch_state() 1057 atomic_inc(&cbe_spu_info[node].busy_spus); in spuctx_switch_state()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 1049 atomic_dec(&cbe_spu_info[node].busy_spus); in spuctx_switch_state() 1051 atomic_inc(&cbe_spu_info[node].busy_spus); in spuctx_switch_state()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu.h | 184 atomic_t busy_spus; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu.h | 184 atomic_t busy_spus; member
|
Completed in 8 milliseconds