Searched defs:rcu_dynticks (Results 1 – 1 of 1) sorted by relevance
85 struct rcu_dynticks { struct86 long long dynticks_nesting; /* Track irq/process nesting level. */88 int dynticks_nmi_nesting; /* Track NMI nesting level. */89 atomic_t dynticks; /* Even value for idle, else odd. */91 long long dynticks_idle_nesting;93 atomic_t dynticks_idle; /* Even value for idle, else odd. */95 unsigned long dynticks_idle_jiffies;99 bool all_lazy; /* Are all CPU's CBs lazy? */100 unsigned long nonlazy_posted;102 unsigned long nonlazy_posted_snap;[all …]