Searched refs:thread_group_cputime (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | cputime.c | 286 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() function 452 thread_group_cputime(p, &cputime); in thread_group_cputime_adjusted() 641 thread_group_cputime(p, &cputime); in thread_group_cputime_adjusted()
|
/linux-4.1.27/kernel/time/ |
D | posix-cpu-timers.c | 224 thread_group_cputime(tsk, &sum); in thread_group_cputimer() 249 thread_group_cputime(p, &cputime); in cpu_clock_sample_group() 253 thread_group_cputime(p, &cputime); in cpu_clock_sample_group() 257 thread_group_cputime(p, &cputime); in cpu_clock_sample_group()
|
/linux-4.1.27/fs/ |
D | binfmt_elf_fdpic.c | 1345 thread_group_cputime(p, &cputime); in fill_prstatus()
|
D | binfmt_elf.c | 1412 thread_group_cputime(p, &cputime); in fill_prstatus()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 2957 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
|