Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c147 void account_guest_time(struct task_struct *p, u64 cputime) in account_guest_time() function
200 account_guest_time(p, cputime); in account_system_time()
398 account_guest_time(p, cputime); in irqtime_account_process_tick()
696 account_guest_time(tsk, vtime->gtime); in vtime_account_guest()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel_stat.h100 extern void account_guest_time(struct task_struct *, u64);
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dtime.c76 account_guest_time(tsk, cycle_to_nsec(ti->gtime)); in vtime_flush()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dvtime.c175 account_guest_time(tsk, cputime_to_nsecs(guest)); in do_account_vtime()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtime.c404 account_guest_time(tsk, cputime_to_nsecs(acct->gtime)); in vtime_flush()