rtlwifi: rtl_pci: Simplify some code be eliminating extraneous variables
[linux/fpc-iii.git] / kernel / sched / cpuacct.h
bloba8358a57a316d372e1550dfc600ff01614f6494e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifdef CONFIG_CGROUP_CPUACCT
4 extern void cpuacct_charge(struct task_struct *tsk, u64 cputime);
5 extern void cpuacct_account_field(struct task_struct *tsk, int index, u64 val);
7 #else
9 static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime)
13 static inline void
14 cpuacct_account_field(struct task_struct *tsk, int index, u64 val)
18 #endif