Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsrcutree.h63 struct srcu_struct { struct
64 struct srcu_node *node; /* Combining tree. */
65 struct srcu_node *level[RCU_NUM_LVLS + 1];
70 struct mutex srcu_gp_mutex; /* Serialize GP work. */
71 unsigned int srcu_idx; /* Current rdr array element. */
72 unsigned long srcu_gp_seq; /* Grace-period seq #. */
84 struct completion srcu_barrier_completion;
89 unsigned long reschedule_jiffies;
90 unsigned long reschedule_count;
91 struct delayed_work work;
[all …]
A Dsrcutiny.h16 struct srcu_struct { struct
17 short srcu_lock_nesting[2]; /* srcu_read_lock() nesting depth. */
18 u8 srcu_gp_running; /* GP workqueue running? */
19 u8 srcu_gp_waiting; /* GP waiting for readers? */
20 unsigned long srcu_idx; /* Current reader array element in bit 0x2. */
21 unsigned long srcu_idx_max; /* Furthest future srcu_idx request. */
22 struct swait_queue_head srcu_wq;
47 struct srcu_struct name = __SRCU_STRUCT_INIT(name, name) argument

Completed in 7 milliseconds