Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Drcu.h53 #define DYNTICK_TASK_NEST_MASK (LLONG_MAX - DYNTICK_TASK_NEST_VALUE + 1) macro
Dtree.c633 WARN_ON_ONCE((oldval & DYNTICK_TASK_NEST_MASK) == 0); in rcu_eqs_enter()
634 if ((oldval & DYNTICK_TASK_NEST_MASK) == DYNTICK_TASK_NEST_VALUE) { in rcu_eqs_enter()
759 if (oldval & DYNTICK_TASK_NEST_MASK) { in rcu_eqs_exit()
Dtree_plugin.h2654 if ((rdtp->dynticks_idle_nesting & DYNTICK_TASK_NEST_MASK) == in rcu_sysidle_enter()
2730 if (rdtp->dynticks_idle_nesting & DYNTICK_TASK_NEST_MASK) { in rcu_sysidle_exit()