Searched refs:cputime_adjust (Results 1 – 3 of 3) sorted by relevance
/kernel/sched/ |
D | cputime.c | 468 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function 577 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function 657 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() 666 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()
|
/kernel/cgroup/ |
D | rstat.c | 500 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, in cgroup_base_stat_cputime_show()
|