Searched refs:task_cputime_adjusted (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ |
| H A D | cputime.c | 455 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() function 460 EXPORT_SYMBOL_GPL(task_cputime_adjusted); 628 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() function 638 EXPORT_SYMBOL_GPL(task_cputime_adjusted);
|
| /linux/include/linux/sched/ |
| H A D | cputime.h | 48 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
| /linux/io_uring/ |
| H A D | sqpoll.c | 183 task_cputime_adjusted(tsk, &utime, &stime); in io_sq_cpu_usec()
|
| /linux/fs/proc/ |
| H A D | array.c | 568 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
| /linux/arch/x86/kvm/ |
| H A D | hyperv.c | 1514 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
|
| /linux/kernel/ |
| H A D | sys.c | 1862 task_cputime_adjusted(current, &utime, &stime); in getrusage()
|