Home
last modified time | relevance | path

Searched refs:cputime_scaled (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/sched/
Dcputime.c136 cputime_t cputime_scaled) in account_user_time() argument
142 p->utimescaled += cputime_scaled; in account_user_time()
161 cputime_t cputime_scaled) in account_guest_time() argument
167 p->utimescaled += cputime_scaled; in account_guest_time()
190 cputime_t cputime_scaled, int index) in __account_system_time() argument
194 p->stimescaled += cputime_scaled; in __account_system_time()
212 cputime_t cputime, cputime_t cputime_scaled) in account_system_time() argument
217 account_guest_time(p, cputime, cputime_scaled); in account_system_time()
228 __account_system_time(p, cputime, cputime_scaled, index); in account_system_time()