Searched refs:cputime_adjust (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/kernel/sched/ |
| D | cputime.c | 438 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function 540 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() function 619 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() 628 cputime_adjust(&cputime, &p->signal->prev_cputime, ut, st); in thread_group_cputime_adjusted()
|
| /Linux-v5.15/include/linux/sched/ |
| D | cputime.h | 57 extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev,
|
| /Linux-v5.15/kernel/cgroup/ |
| D | rstat.c | 450 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, in cgroup_base_stat_cputime_show()
|