mfd: twl6040: The chip does not support bulk access
[linux-2.6/btrfs-unstable.git] / kernel / sched / cpuacct.h
blobba72807c73d45cf939987ea6440c20510a4b1afa
1 #ifdef CONFIG_CGROUP_CPUACCT
3 extern void cpuacct_charge(struct task_struct *tsk, u64 cputime);
4 extern void cpuacct_account_field(struct task_struct *tsk, int index, u64 val);
6 #else
8 static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime)
12 static inline void
13 cpuacct_account_field(struct task_struct *tsk, int index, u64 val)
17 #endif