Searched refs:task_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | cputime.c | 459 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() function 464 EXPORT_SYMBOL_GPL(task_cputime_adjusted); 626 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() function 636 EXPORT_SYMBOL_GPL(task_cputime_adjusted);
|
/linux-6.1.9/include/linux/sched/ |
D | cputime.h | 56 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
/linux-6.1.9/fs/proc/ |
D | array.c | 557 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
/linux-6.1.9/arch/x86/kvm/ |
D | hyperv.c | 1419 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
|
/linux-6.1.9/kernel/ |
D | sys.c | 1776 task_cputime_adjusted(current, &utime, &stime); in getrusage()
|