Home
last modified time | relevance | path

Searched refs:task_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/kernel/sched/
H A Dcputime.c448 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 Dcputime.h47 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
/linux-6.15/fs/proc/
H A Darray.c574 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c1512 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
/linux-6.15/kernel/
H A Dsys.c1814 task_cputime_adjusted(current, &utime, &stime); in getrusage()