Searched refs:thread_group_cputime (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | cputime.c | 286 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() function 453 thread_group_cputime(p, &cputime); in thread_group_cputime_adjusted() 662 thread_group_cputime(p, &cputime); in thread_group_cputime_adjusted()
|
/linux-4.4.14/kernel/time/ |
D | posix-cpu-timers.c | 242 thread_group_cputime(tsk, &sum); in thread_group_cputimer() 272 thread_group_cputime(p, &cputime); in cpu_clock_sample_group() 276 thread_group_cputime(p, &cputime); in cpu_clock_sample_group() 280 thread_group_cputime(p, &cputime); in cpu_clock_sample_group()
|
/linux-4.4.14/fs/ |
D | binfmt_elf_fdpic.c | 1385 thread_group_cputime(p, &cputime); in fill_prstatus()
|
D | binfmt_elf.c | 1422 thread_group_cputime(p, &cputime); in fill_prstatus()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 3060 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
|