Loading kernel/sched/qhmp_sched.h +6 −0 Original line number Diff line number Diff line Loading @@ -1084,6 +1084,12 @@ static inline int sched_cpu_high_irqload(int cpu) { return 0; } #endif /* CONFIG_SCHED_HMP */ /* cycle counter based accounting is not available in QHMP. */ static inline void sched_account_irqstart(int cpu, struct task_struct *curr, u64 wallclock) { } #ifdef CONFIG_SCHED_FREQ_INPUT extern void check_for_freq_change(struct rq *rq); Loading Loading
kernel/sched/qhmp_sched.h +6 −0 Original line number Diff line number Diff line Loading @@ -1084,6 +1084,12 @@ static inline int sched_cpu_high_irqload(int cpu) { return 0; } #endif /* CONFIG_SCHED_HMP */ /* cycle counter based accounting is not available in QHMP. */ static inline void sched_account_irqstart(int cpu, struct task_struct *curr, u64 wallclock) { } #ifdef CONFIG_SCHED_FREQ_INPUT extern void check_for_freq_change(struct rq *rq); Loading