Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Dcputime.c459 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/
Dcputime.h56 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
/linux-6.1.9/fs/proc/
Darray.c557 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/linux-6.1.9/arch/x86/kvm/
Dhyperv.c1419 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
/linux-6.1.9/kernel/
Dsys.c1776 task_cputime_adjusted(current, &utime, &stime); in getrusage()