Searched refs:cputime (Results 1 – 5 of 5) sorted by relevance
| /include/linux/sched/ |
| D | cputime.h | 120 u64 cputime) in account_group_user_time() argument 127 atomic64_add(cputime, &cputimer->cputime_atomic.utime); in account_group_user_time() 141 u64 cputime) in account_group_system_time() argument 148 atomic64_add(cputime, &cputimer->cputime_atomic.stime); in account_group_system_time()
|
| /include/linux/ |
| D | cpufreq_times.h | 28 void cpufreq_acct_update_power(struct task_struct *p, u64 cputime); 37 u64 cputime) {} in cpufreq_acct_update_power() argument
|
| D | cgroup.h | 702 void cpuacct_charge(struct task_struct *tsk, u64 cputime); 705 static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime) {} in cpuacct_charge() argument
|
| D | cgroup-defs.h | 327 struct task_cputime cputime; member
|
| /include/trace/hooks/ |
| D | cpufreq.h | 24 TP_PROTO(u64 cputime, struct task_struct *p, unsigned int state), 25 TP_ARGS(cputime, p, state));
|