Home
last modified time | relevance | path

Searched refs:cputime_adjust (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dcputime.h49 extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev,
/openbmc/linux/kernel/sched/
H A Dcputime.c456 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function
558 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function
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 Dcpuacct.c281 cputime_adjust(&cputime, &seq_css(sf)->cgroup->prev_cputime, in cpuacct_stats_show()
/openbmc/linux/kernel/cgroup/
H A Drstat.c492 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, in cgroup_base_stat_cputime_show()