Searched refs:thread_group_cputime (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/sched/ |
D | cputime.h | 63 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
|
/Linux-v4.19/kernel/sched/ |
D | cputime.c | 292 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() function 461 thread_group_cputime(p, &cputime); in thread_group_cputime_adjusted() 677 thread_group_cputime(p, &cputime); in thread_group_cputime_adjusted()
|
/Linux-v4.19/kernel/time/ |
D | posix-cpu-timers.c | 224 thread_group_cputime(tsk, &sum); in thread_group_cputimer() 254 thread_group_cputime(p, &cputime); in cpu_clock_sample_group() 258 thread_group_cputime(p, &cputime); in cpu_clock_sample_group() 262 thread_group_cputime(p, &cputime); in cpu_clock_sample_group()
|
/Linux-v4.19/fs/ |
D | binfmt_elf_fdpic.c | 1365 thread_group_cputime(p, &cputime); in fill_prstatus()
|
D | binfmt_elf.c | 1514 thread_group_cputime(p, &cputime); in fill_prstatus()
|