Searched refs:prev_cputime (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/include/linux/ |
D | init_task.h | 31 #define INIT_PREV_CPUTIME(x) .prev_cputime = { \ 32 .lock = __RAW_SPIN_LOCK_UNLOCKED(x.prev_cputime.lock), \
|
D | cgroup-defs.h | 497 struct prev_cputime prev_cputime; /* for printing out cputime */ member
|
D | sched.h | 325 struct prev_cputime { struct 1026 struct prev_cputime prev_cputime; member
|
/linux-6.6.21/include/linux/sched/ |
D | cputime.h | 49 extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, 172 static inline void prev_cputime_init(struct prev_cputime *prev) in prev_cputime_init()
|
D | signal.h | 189 struct prev_cputime prev_cputime; member
|
/linux-6.6.21/kernel/sched/ |
D | cputime.c | 456 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 558 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 638 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() 647 cputime_adjust(&cputime, &p->signal->prev_cputime, ut, st); in thread_group_cputime_adjusted()
|
D | cpuacct.c | 281 cputime_adjust(&cputime, &seq_css(sf)->cgroup->prev_cputime, in cpuacct_stats_show()
|
/linux-6.6.21/kernel/cgroup/ |
D | rstat.c | 492 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, in cgroup_base_stat_cputime_show()
|
D | cgroup.c | 2003 prev_cputime_init(&cgrp->prev_cputime); in init_cgroup_housekeeping()
|
/linux-6.6.21/kernel/ |
D | fork.c | 1874 prev_cputime_init(&sig->prev_cputime); in copy_signal() 2397 prev_cputime_init(&p->prev_cputime); in copy_process()
|