Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkernel_stat.h103 extern void account_system_time(struct task_struct *, int, u64);
/linux-6.1.9/kernel/sched/
Dcputime.c184 void account_system_time(struct task_struct *p, int hardirq_offset, u64 cputime) in account_system_time() function
506 account_system_time(p, HARDIRQ_OFFSET, cputime); in account_process_tick()
683 account_system_time(tsk, irq_count(), vtime->stime); in vtime_account_system()