Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dcputime.c185 void account_system_time(struct task_struct *p, int hardirq_offset, u64 cputime) in account_system_time() argument
189 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) { in account_system_time()
194 if (hardirq_count() - hardirq_offset) in account_system_time()

Completed in 4 milliseconds