Release 4.14 kernel/sched/cpuacct.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_CGROUP_CPUACCT
extern void cpuacct_charge(struct task_struct *tsk, u64 cputime);
extern void cpuacct_account_field(struct task_struct *tsk, int index, u64 val);
#else
static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Li Zefan | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
static inline void
cpuacct_account_field(struct task_struct *tsk, int index, u64 val)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Li Zefan | 16 | 94.12% | 1 | 50.00% |
Zhao Lei | 1 | 5.88% | 1 | 50.00% |
Total | 17 | 100.00% | 2 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Li Zefan | 65 | 95.59% | 2 | 50.00% |
Zhao Lei | 2 | 2.94% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 1.47% | 1 | 25.00% |
Total | 68 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.