Home
last modified time | relevance | path

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

/kernel/sched/
Dcputime.c153 cputime_t cputime_scaled) in account_user_time() argument
159 p->utimescaled += cputime_scaled; in account_user_time()
183 cputime_t cputime_scaled) in account_guest_time() argument
189 p->utimescaled += cputime_scaled; in account_guest_time()
212 cputime_t cputime_scaled, int index) in __account_system_time() argument
216 p->stimescaled += cputime_scaled; in __account_system_time()
239 cputime_t cputime, cputime_t cputime_scaled) in account_system_time() argument
244 account_guest_time(p, cputime, cputime_scaled); in account_system_time()
255 __account_system_time(p, cputime, cputime_scaled, index); in account_system_time()