diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kernel_stat.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index 4ee4b3d2316f..c78a459662a6 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h | |||
@@ -79,10 +79,8 @@ static inline unsigned int kstat_irqs(unsigned int irq) | |||
79 | } | 79 | } |
80 | 80 | ||
81 | extern unsigned long long task_delta_exec(struct task_struct *); | 81 | extern unsigned long long task_delta_exec(struct task_struct *); |
82 | extern void account_user_time(struct task_struct *, cputime_t); | 82 | extern void account_user_time(struct task_struct *, cputime_t, cputime_t); |
83 | extern void account_user_time_scaled(struct task_struct *, cputime_t); | 83 | extern void account_system_time(struct task_struct *, int, cputime_t, cputime_t); |
84 | extern void account_system_time(struct task_struct *, int, cputime_t); | ||
85 | extern void account_system_time_scaled(struct task_struct *, cputime_t); | ||
86 | extern void account_steal_time(struct task_struct *, cputime_t); | 84 | extern void account_steal_time(struct task_struct *, cputime_t); |
87 | 85 | ||
88 | #endif /* _LINUX_KERNEL_STAT_H */ | 86 | #endif /* _LINUX_KERNEL_STAT_H */ |