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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c56 static void do_account_vtime(struct task_struct *tsk, int hardirq_offset) argument
78 account_system_time(tsk, hardirq_offset, system, system);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c3510 * @hardirq_offset: the offset to subtract from hardirq_count()
3514 void account_system_time(struct task_struct *p, int hardirq_offset, argument
3520 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) {
3532 if (hardirq_count() - hardirq_offset)

Completed in 90 milliseconds