cregit-Linux how code gets into the kernel

Release 4.11 kernel/sched/cpuacct.h

Directory: kernel/sched
#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

PersonTokensPropCommitsCommitProp
Li Zefan14100.00%1100.00%
Total14100.00%1100.00%


static inline void cpuacct_account_field(struct task_struct *tsk, int index, u64 val) { }

Contributors

PersonTokensPropCommitsCommitProp
Li Zefan1694.12%150.00%
Zhao Lei15.88%150.00%
Total17100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Li Zefan6597.01%266.67%
Zhao Lei22.99%133.33%
Total67100.00%3100.00%
Directory: kernel/sched
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.