Searched defs:srcu_usage (Results 1 – 1 of 1) sorted by relevance
69 struct srcu_usage { struct70 struct srcu_node *node; /* Combining tree. */71 struct srcu_node *level[RCU_NUM_LVLS + 1];73 int srcu_size_state; /* Small-to-big transition state. */74 struct mutex srcu_cb_mutex; /* Serialize CB preparation. */75 spinlock_t __private lock; /* Protect counters and size state. */76 struct mutex srcu_gp_mutex; /* Serialize GP work. */77 unsigned long srcu_gp_seq; /* Grace-period seq #. */78 unsigned long srcu_gp_seq_needed; /* Latest gp_seq needed. */79 unsigned long srcu_gp_seq_needed_exp; /* Furthest future exp GP. */[all …]