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

/linux-4.1.27/arch/s390/kernel/
H A Dvtime.c66 static int do_account_vtime(struct task_struct *tsk, int hardirq_offset) do_account_vtime() argument
129 account_system_time(tsk, hardirq_offset, system, system_scaled); do_account_vtime()
/linux-4.1.27/kernel/sched/
H A Dcputime.c207 * @hardirq_offset: the offset to subtract from hardirq_count()
211 void account_system_time(struct task_struct *p, int hardirq_offset, account_system_time() argument
216 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) { account_system_time()
221 if (hardirq_count() - hardirq_offset) account_system_time()

Completed in 103 milliseconds