Searched refs:srcu_struct (Results 1 – 2 of 2) sorted by relevance
34 struct srcu_struct { struct46 int init_srcu_struct(struct srcu_struct *sp); argument47 void cleanup_srcu_struct(struct srcu_struct *sp);48 int srcu_read_lock(struct srcu_struct *sp) __acquires(sp);49 void srcu_read_unlock(struct srcu_struct *sp, int idx) __releases(sp);50 void synchronize_srcu(struct srcu_struct *sp);51 long srcu_batches_completed(struct srcu_struct *sp);
72 struct srcu_struct srcu;