Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcputime.c143 void account_guest_time(struct task_struct *p, u64 cputime) in account_guest_time() function
193 account_guest_time(p, cputime); in account_system_time()
406 account_guest_time(p, cputime); in irqtime_account_process_tick()
703 account_guest_time(tsk, vtime->gtime); in vtime_account_guest()
/openbmc/linux/include/linux/
H A Dkernel_stat.h114 extern void account_guest_time(struct task_struct *, u64);
/openbmc/linux/arch/ia64/kernel/
H A Dtime.c78 account_guest_time(tsk, cycle_to_nsec(ti->gtime)); in vtime_flush()
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c171 account_guest_time(tsk, cputime_to_nsecs(guest)); in do_account_vtime()
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c327 account_guest_time(tsk, cputime_to_nsecs(acct->gtime)); in vtime_flush()