Searched refs:task_group_account_field (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
D | cputime.c | 113 static inline void task_group_account_field(struct task_struct *p, int index, in task_group_account_field() function 143 task_group_account_field(p, index, cputime); in account_user_time() 165 task_group_account_field(p, CPUTIME_NICE, cputime); in account_guest_time() 168 task_group_account_field(p, CPUTIME_USER, cputime); in account_guest_time() 187 task_group_account_field(p, index, cputime); in account_system_index_time()
|