Searched refs:task_group_account_field (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | cputime.c | 98 static inline void task_group_account_field(struct task_struct *p, int index, in task_group_account_field() function 128 task_group_account_field(p, index, cputime); in account_user_time() 150 task_group_account_field(p, CPUTIME_NICE, cputime); in account_guest_time() 153 task_group_account_field(p, CPUTIME_USER, cputime); in account_guest_time() 172 task_group_account_field(p, index, cputime); in account_system_index_time() 240 task_group_account_field(p, CPUTIME_FORCEIDLE, delta); in __account_forceidle_time()
|