Home
last modified time | relevance | path

Searched defs:cputime (Results 1 – 11 of 11) sorted by relevance

/linux/kernel/sched/
H A Dcputime.c119 void account_user_time(struct task_struct *p, u64 cputime) in account_user_time()
141 void account_guest_time(struct task_struct *p, u64 cputime) in account_guest_time()
167 u64 cputime, enum cpu_usage_stat index) in account_system_index_time()
186 void account_system_time(struct task_struct *p, int hardirq_offset, u64 cputime) in account_system_time()
209 void account_steal_time(u64 cputime) in account_steal_time()
220 void account_idle_time(u64 cputime) in account_idle_time()
377 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick() local
457 struct task_cputime cputime; in thread_group_cputime_adjusted() local
474 u64 cputime, steal; in account_process_tick() local
506 u64 cputime, steal; in account_idle_ticks() local
[all …]
H A Dcpuacct.c263 struct task_cputime cputime; in cpuacct_stats_show() local
334 void cpuacct_charge(struct task_struct *tsk, u64 cputime) in cpuacct_charge()
/linux/include/linux/sched/
H A Dcputime.h120 u64 cputime) in account_group_user_time()
141 u64 cputime) in account_group_system_time()
/linux/arch/s390/include/asm/
H A Dcputime.h17 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) argument
/linux/arch/powerpc/include/asm/
H A Dcputime.h25 #define cputime_to_nsecs(cputime) tb_to_ns(cputime) argument
/linux/arch/s390/kernel/
H A Dvtime.c107 static void account_system_index_scaled(struct task_struct *p, u64 cputime, in account_system_index_scaled()
/linux/kernel/cgroup/
H A Drstat.c678 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime() local
/linux/include/linux/
H A Dcgroup.h719 static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime) {} in cpuacct_charge()
H A Dcgroup-defs.h346 struct task_cputime cputime; member
/linux/kernel/time/
H A Dposix-cpu-timers.c244 static inline void __update_gt_cputime(atomic64_t *cputime, u64 sum_cputime) in __update_gt_cputime()
/linux/fs/
H A Dbinfmt_elf.c1479 struct task_cputime cputime; in fill_prstatus() local