Home
last modified time | relevance | path

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

/linux-6.15/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()
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
623 struct task_cputime cputime = { in task_cputime_adjusted() 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-6.15/include/linux/sched/
H A Dcputime.h120 u64 cputime) in account_group_user_time()
141 u64 cputime) in account_group_system_time()
/linux-6.15/arch/s390/include/asm/
H A Dcputime.h17 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) argument
/linux-6.15/arch/powerpc/include/asm/
H A Dcputime.h25 #define cputime_to_nsecs(cputime) tb_to_ns(cputime) argument
/linux-6.15/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-6.15/kernel/cgroup/
H A Drstat.c529 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime() local
/linux-6.15/fs/
H A Dbinfmt_elf_fdpic.c1305 struct task_cputime cputime; in fill_prstatus() local
H A Dbinfmt_elf.c1555 struct task_cputime cputime; in fill_prstatus() local
/linux-6.15/fs/ocfs2/cluster/
H A Dheartbeat.c711 u64 cputime; in o2hb_prepare_block() local
895 u64 cputime; in o2hb_check_slot() local
/linux-6.15/include/linux/
H A Dcgroup.h701 static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime) {} in cpuacct_charge()
H A Dcgroup-defs.h322 struct task_cputime cputime; member
/linux-6.15/kernel/time/
H A Dposix-cpu-timers.c244 static inline void __update_gt_cputime(atomic64_t *cputime, u64 sum_cputime) in __update_gt_cputime()