Searched refs:prev_cputime (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | init_task.h | 31 #define INIT_PREV_CPUTIME(x) .prev_cputime = { \ 32 .lock = __RAW_SPIN_LOCK_UNLOCKED(x.prev_cputime.lock), \
|
H A D | cgroup-defs.h | 497 struct prev_cputime prev_cputime; /* for printing out cputime */ member
|
H A D | sched.h | 324 struct prev_cputime { struct 1032 struct prev_cputime prev_cputime; member
|
/openbmc/linux/include/linux/sched/ |
H A 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()
|
H A D | signal.h | 189 struct prev_cputime prev_cputime; member
|
/openbmc/linux/kernel/sched/ |
H A 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() 644 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() 653 cputime_adjust(&cputime, &p->signal->prev_cputime, ut, st); in thread_group_cputime_adjusted()
|
H A D | cpuacct.c | 281 cputime_adjust(&cputime, &seq_css(sf)->cgroup->prev_cputime, in cpuacct_stats_show()
|
/openbmc/linux/kernel/cgroup/ |
H A D | rstat.c | 491 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, in cgroup_base_stat_cputime_show()
|
H A D | cgroup.c | 2012 prev_cputime_init(&cgrp->prev_cputime); in init_cgroup_housekeeping()
|
/openbmc/linux/kernel/ |
H A D | fork.c | 1872 prev_cputime_init(&sig->prev_cputime); in copy_signal() 2396 prev_cputime_init(&p->prev_cputime); in copy_process()
|