Home
last modified time | relevance | path

Searched defs:rcu_dynticks (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/rcu/
Dtree.h113 struct rcu_dynticks { struct
114 long long dynticks_nesting; /* Track irq/process nesting level. */
116 int dynticks_nmi_nesting; /* Track NMI nesting level. */
117 atomic_t dynticks; /* Even value for idle, else odd. */
119 long long dynticks_idle_nesting;
121 atomic_t dynticks_idle; /* Even value for idle, else odd. */
123 unsigned long dynticks_idle_jiffies;
127 bool all_lazy; /* Are all CPU's CBs lazy? */
128 unsigned long nonlazy_posted;
130 unsigned long nonlazy_posted_snap;
[all …]