|
@@ -53,7 +53,8 @@ static inline void task_cputime_scaled(struct task_struct *t,
|
|
|
|
|
|
extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
|
|
extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
|
|
-
|
|
|
+extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev,
|
|
|
+ u64 *ut, u64 *st);
|
|
|
|
|
|
/*
|
|
|
* Thread group CPU time accounting.
|