Searched refs:softirq (Results 1 – 3 of 3) sorted by relevance
120 u64 timer, clock, user, guest, system, hardirq, softirq; in do_account_vtime() local153 softirq = update_tsk_timer(&tsk->thread.softirq_timer, in do_account_vtime()156 clock - user - guest - system - hardirq - softirq; in do_account_vtime()173 if (softirq) in do_account_vtime()174 account_system_index_scaled(tsk, softirq, CPUTIME_SOFTIRQ); in do_account_vtime()176 return virt_timer_forward(user + guest + system + hardirq + softirq); in do_account_vtime()
904 bool "Independent irq & softirq stacks" if EXPERT909 Add independent irq & softirq stacks for percpu to prevent kernel stack
1098 This spares a stack switch and improves cache usage on softirq
Completed in 14 milliseconds