Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcputime.c443 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function
590 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function
669 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted()
678 cputime_adjust(&cputime, &p->signal->prev_cputime, ut, st); in thread_group_cputime_adjusted()
/Linux-v4.19/include/linux/sched/
Dcputime.h57 extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev,
/Linux-v4.19/kernel/cgroup/
Drstat.c405 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, &utime, &stime); in cgroup_base_stat_cputime_show()