Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dkernel_stat.h115 extern void account_system_time(struct task_struct *, int, u64);
/linux-6.6.21/kernel/sched/
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()
687 account_system_time(tsk, irq_count(), vtime->stime); in vtime_account_system()