Searched refs:cputime_adjust (Results 1 – 2 of 2) sorted by relevance
/kernel/sched/ |
D | cputime.c | 451 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function 598 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function 677 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() 686 cputime_adjust(&cputime, &p->signal->prev_cputime, ut, st); in thread_group_cputime_adjusted()
|
/kernel/cgroup/ |
D | rstat.c | 408 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, &utime, &stime); in cgroup_base_stat_cputime_show()
|