aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tuning/rt_boost.h
blob: fc4856386b9083c16d6b1c8de6dc0ed6134c3065 (plain)
1
2
3
4
5
6
7
#ifndef _RT_BOOST__H
#define _RT_BOOST__H
bool should_honor_rt_sync(struct rq *rq, struct task_struct *p, bool sync);
bool task_need_anim_boost(struct task_struct *p, int src_cpu, int dest_cpu);
bool anim_boost_waker(struct task_struct *p);
unsigned long cpu_anim_util(int cpu);
#endif