Home
last modified time | relevance | path

Searched refs:cpuperf_target (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c117 u32 cpuperf_target; member
486 cpuc->cpuperf_target = qidx_to_cpuperf_target[idx]; in BPF_STRUCT_OPS()
488 scx_bpf_cpuperf_set(scx_bpf_task_cpu(p), cpuc->cpuperf_target); in BPF_STRUCT_OPS()
600 scx_bpf_dump("QMAP: dsp_idx=%llu dsp_cnt=%llu avg_weight=%u cpuperf_target=%u", in BPF_STRUCT_OPS()
602 cpuc->cpuperf_target); in BPF_STRUCT_OPS()
746 cur = cpuc->cpuperf_target; in monitor_cpuperf()
/linux/kernel/sched/
H A Dext.h51 return cpu_rq(cpu)->scx.cpuperf_target; in scx_cpuperf_target()
H A Dsched.h772 u32 cpuperf_target; /* [0, SCHED_CAPACITY_SCALE] */ member
H A Dext.c5600 cpu_rq(cpu)->scx.cpuperf_target = SCX_CPUPERF_ONE; in scx_enable()
7341 rq->scx.cpuperf_target = perf; in scx_bpf_cpuperf_set()