Go to the documentation of this file.
7 #ifndef _LINUX_TSACCT_KERN_H
8 #define _LINUX_TSACCT_KERN_H
12 #ifdef CONFIG_TASKSTATS
23 #ifdef CONFIG_TASK_XACCT
25 extern void acct_update_integrals(
struct task_struct *tsk);
26 extern void acct_clear_integrals(
struct task_struct *tsk);
30 static inline void acct_update_integrals(
struct task_struct *tsk)
32 static inline void acct_clear_integrals(
struct task_struct *tsk)