Home
last modified time | relevance | path

Searched refs:DYNTICK_IRQ_NONIDLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/
H A Dcontext_tracking.c32 .dynticks_nmi_nesting = DYNTICK_IRQ_NONIDLE,
128 WARN_ON_ONCE(ct_dynticks_nmi_nesting() != DYNTICK_IRQ_NONIDLE); in ct_kernel_exit()
189 WRITE_ONCE(ct->dynticks_nmi_nesting, DYNTICK_IRQ_NONIDLE); in ct_kernel_enter()
/openbmc/linux/include/linux/
H A Dcontext_tracking_state.h10 #define DYNTICK_IRQ_NONIDLE ((LONG_MAX / 2) + 1) macro
/openbmc/linux/kernel/rcu/
H A Dtree.c576 DYNTICK_IRQ_NONIDLE, in rcu_irq_exit_check_preempt()