Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/kernel/
Dvtime.c58 static void do_account_vtime(struct task_struct *tsk, int hardirq_offset) in do_account_vtime() argument
80 account_system_time(tsk, hardirq_offset, system, system); in do_account_vtime()
/linux-3.4.99/kernel/sched/
Dcore.c2933 void account_system_time(struct task_struct *p, int hardirq_offset, in account_system_time() argument
2938 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) { in account_system_time()
2943 if (hardirq_count() - hardirq_offset) in account_system_time()