Searched defs:srcu_struct (Results 1 – 1 of 1) sorted by relevance
3004 struct srcu_struct { struct3005 struct srcu_node node[9];3006 struct srcu_node *level[3];3007 struct mutex srcu_cb_mutex;3008 spinlock_t lock;3009 struct mutex srcu_gp_mutex;3010 unsigned int srcu_idx;3011 long unsigned int srcu_gp_seq;3012 long unsigned int srcu_gp_seq_needed;3013 long unsigned int srcu_gp_seq_needed_exp;[all …]