Searched refs:thread_group_cputime_adjusted (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cputime.c | 466 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function 475 EXPORT_SYMBOL_GPL(thread_group_cputime_adjusted); 639 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function 646 EXPORT_SYMBOL_GPL(thread_group_cputime_adjusted);
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | cputime.h | 56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 513 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 971 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1769 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
|
| H A D | exit.c | 1047 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_generic | 1911 thread_group_cputime_adjusted
|
| H A D | abi_gki_aarch64_galaxy | 4006 thread_group_cputime_adjusted
|