Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c122 void account_user_time(struct task_struct *p, u64 cputime) in account_user_time()
147 void account_guest_time(struct task_struct *p, u64 cputime) in account_guest_time()
173 u64 cputime, enum cpu_usage_stat index) in account_system_index_time()
195 void account_system_time(struct task_struct *p, int hardirq_offset, u64 cputime) in account_system_time()
218 void account_steal_time(u64 cputime) in account_steal_time()
229 void account_idle_time(u64 cputime) in account_idle_time()
371 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick() local
468 struct task_cputime cputime; in thread_group_cputime_adjusted() local
486 u64 cputime, steal; in account_process_tick() local
519 u64 cputime, steal; in account_idle_ticks() local
[all …]
H A Dcpuacct.c339 void cpuacct_charge(struct task_struct *tsk, u64 cputime) in cpuacct_charge()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcputime.h24 static inline u64 cputime_to_usecs(const u64 cputime) in cputime_to_usecs()
32 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) argument
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dcputime.h128 u64 cputime) in account_group_user_time()
149 u64 cputime) in account_group_system_time()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_times.c108 u64 cputime; in proc_time_in_state_show() local
134 void cpufreq_acct_update_power(struct task_struct *p, u64 cputime) in cpufreq_acct_update_power()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpufreq_times.h37 u64 cputime) {} in cpufreq_acct_update_power()
H A Dcgroup.h777 static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime) {} in cpuacct_charge()
H A Dcgroup-defs.h293 struct task_cputime cputime; member
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Drstat.c397 static void root_cgroup_cputime(struct task_cputime *cputime) in root_cgroup_cputime()
431 struct task_cputime cputime; in cgroup_base_stat_cputime_show() local
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcputime.h39 #define cputime_to_nsecs(cputime) tb_to_ns((__force u64)cputime) argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dbuildstats.py39 def cputime(self): member in BSTask
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dvtime.c114 static void account_system_index_scaled(struct task_struct *p, u64 cputime, in account_system_index_scaled()
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dheartbeat.c710 u64 cputime; in o2hb_prepare_block() local
894 u64 cputime; in o2hb_check_slot() local
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf_fdpic.c1317 struct task_cputime cputime; in fill_prstatus() local
H A Dbinfmt_elf.c1524 struct task_cputime cputime; in fill_prstatus() local
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c237 static inline void __update_gt_cputime(atomic64_t *cputime, u64 sum_cputime) in __update_gt_cputime()