Searched defs:rcu_dynticks (Results 1 – 1 of 1) sorted by relevance
40 struct rcu_dynticks { struct41 long dynticks_nesting; /* Track process nesting level. */42 long dynticks_nmi_nesting; /* Track irq/NMI nesting level. */43 atomic_t dynticks; /* Even value for idle, else odd. */44 bool rcu_need_heavy_qs; /* GP old, need heavy quiescent state. */45 unsigned long rcu_qs_ctr; /* Light universal quiescent state ctr. */46 bool rcu_urgent_qs; /* GP old need light quiescent state. */48 bool all_lazy; /* Are all CPU's CBs lazy? */49 unsigned long nonlazy_posted;51 unsigned long nonlazy_posted_snap;[all …]