Searched refs:force_irqthreads (Results 1 – 4 of 4) sorted by relevance
478 # define force_irqthreads() (true) macro481 # define force_irqthreads() (static_branch_unlikely(&force_irqthreads_key)) macro484 #define force_irqthreads() (false) macro
425 if (!force_irqthreads() || !__this_cpu_read(ksoftirqd)) { in invoke_softirq()
1264 if (force_irqthreads() && test_bit(IRQTF_FORCED_THREAD, in irq_thread()1326 if (!force_irqthreads()) in irq_setup_forced_threading()
924 if (force_irqthreads()) in blk_mq_complete_need_ipi()
Completed in 17 milliseconds