Searched refs:task_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | cputime.c | 442 void task_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st) in task_cputime_adjusted() function 447 EXPORT_SYMBOL_GPL(task_cputime_adjusted); 647 void task_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st) in task_cputime_adjusted() function 656 EXPORT_SYMBOL_GPL(task_cputime_adjusted);
|
/linux-4.4.14/arch/x86/kvm/ |
D | hyperv.c | 186 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 462 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2065 extern void task_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st);
|
/linux-4.4.14/kernel/ |
D | sys.c | 1553 task_cputime_adjusted(current, &utime, &stime); in k_getrusage()
|