Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Drcu.h53 #define DYNTICK_TASK_NEST_MASK (LLONG_MAX - DYNTICK_TASK_NEST_VALUE + 1) macro
Dtree_plugin.h2619 if ((rdtp->dynticks_idle_nesting & DYNTICK_TASK_NEST_MASK) == in rcu_sysidle_enter()
2695 if (rdtp->dynticks_idle_nesting & DYNTICK_TASK_NEST_MASK) { in rcu_sysidle_exit()
Dtree.c691 (oldval & DYNTICK_TASK_NEST_MASK) == 0); in rcu_eqs_enter()
692 if ((oldval & DYNTICK_TASK_NEST_MASK) == DYNTICK_TASK_NEST_VALUE) { in rcu_eqs_enter()
820 if (oldval & DYNTICK_TASK_NEST_MASK) { in rcu_eqs_exit()