|
@@ -77,11 +77,6 @@ static inline unsigned int kstat_cpu_irqs_sum(unsigned int cpu)
|
|
return kstat_cpu(cpu).irqs_sum;
|
|
return kstat_cpu(cpu).irqs_sum;
|
|
}
|
|
}
|
|
|
|
|
|
-/*
|
|
|
|
- * Lock/unlock the current runqueue - to extract task statistics:
|
|
|
|
- */
|
|
|
|
-extern unsigned long long task_delta_exec(struct task_struct *);
|
|
|
|
-
|
|
|
|
extern void account_user_time(struct task_struct *, cputime_t, cputime_t);
|
|
extern void account_user_time(struct task_struct *, cputime_t, cputime_t);
|
|
extern void account_system_time(struct task_struct *, int, cputime_t, cputime_t);
|
|
extern void account_system_time(struct task_struct *, int, cputime_t, cputime_t);
|
|
extern void account_steal_time(cputime_t);
|
|
extern void account_steal_time(cputime_t);
|