Searched refs:task_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | cputime.c | 448 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() function 453 EXPORT_SYMBOL_GPL(task_cputime_adjusted); 621 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() function 631 EXPORT_SYMBOL_GPL(task_cputime_adjusted);
|
| /linux-6.15/include/linux/sched/ |
| H A D | cputime.h | 47 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
| /linux-6.15/fs/proc/ |
| H A D | array.c | 574 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | hyperv.c | 1512 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
|
| /linux-6.15/kernel/ |
| H A D | sys.c | 1814 task_cputime_adjusted(current, &utime, &stime); in getrusage()
|