Searched defs:rcu_dynticks (Results 1 – 1 of 1) sorted by relevance
86 struct rcu_dynticks { struct87 long long dynticks_nesting; /* Track irq/process nesting level. */89 int dynticks_nmi_nesting; /* Track NMI nesting level. */90 atomic_t dynticks; /* Even value for idle, else odd. */92 bool all_lazy; /* Are all CPU's CBs lazy? */93 unsigned long nonlazy_posted;95 unsigned long nonlazy_posted_snap;97 unsigned long last_accelerate;99 int tick_nohz_enabled_snap; /* Previously seen value from sysfs. */