Lines Matching defs:srcu_data
3060 struct srcu_data { struct
3061 long unsigned int srcu_lock_count[2];
3062 long unsigned int srcu_unlock_count[2];
3075 spinlock_t lock;
3076 struct rcu_segcblist srcu_cblist;
3077 long unsigned int srcu_gp_seq_needed;
3078 long unsigned int srcu_gp_seq_needed_exp;
3079 bool srcu_cblist_invoking;
3080 struct timer_list delay_work;
3081 struct work_struct work;
3082 struct callback_head srcu_barrier_head;
3106 long unsigned int srcu_data_have_cbs[4]; argument