Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsrcutree.h63 struct srcu_usage { struct
64 struct srcu_node *node; /* Combining tree. */
65 struct srcu_node *level[RCU_NUM_LVLS + 1];
67 int srcu_size_state; /* Small-to-big transition state. */
68 struct mutex srcu_cb_mutex; /* Serialize CB preparation. */
69 spinlock_t __private lock; /* Protect counters and size state. */
70 struct mutex srcu_gp_mutex; /* Serialize GP work. */
71 unsigned long srcu_gp_seq; /* Grace-period seq #. */
72 unsigned long srcu_gp_seq_needed; /* Latest gp_seq needed. */
73 unsigned long srcu_gp_seq_needed_exp; /* Furthest future exp GP. */
[all …]
Dsrcutiny.h52 struct srcu_usage { }; struct