Searched refs:force_irqthreads_key (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/irq/
H A Dmanage.c28 DEFINE_STATIC_KEY_FALSE(force_irqthreads_key); variable
32 static_branch_enable(&force_irqthreads_key);
/linux-master/include/linux/
H A Dinterrupt.h516 DECLARE_STATIC_KEY_FALSE(force_irqthreads_key); variable
517 # define force_irqthreads() (static_branch_unlikely(&force_irqthreads_key))

Completed in 137 milliseconds