Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkernel_stat.h115 extern void account_system_time(struct task_struct *, int, u64);
/openbmc/linux/kernel/sched/
H A Dcputime.c188 void account_system_time(struct task_struct *p, int hardirq_offset, u64 cputime) in account_system_time() function
510 account_system_time(p, HARDIRQ_OFFSET, cputime); in account_process_tick()
693 account_system_time(tsk, irq_count(), vtime->stime); in vtime_account_system()