diff --git a/include/linux/sched.h b/include/linux/sched.h index 668903ea4561..e0cdbcb3fc7b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -686,6 +686,13 @@ struct task_struct { const struct sched_class *sched_class; struct sched_entity se; struct sched_rt_entity rt; + + /* task boost vendor fields */ + u64 last_sleep_ts; + int boost; + u64 boost_period; + u64 boost_expires; + #ifdef CONFIG_CGROUP_SCHED struct task_group *sched_task_group; #endif