Lines Matching refs:ssp
5 __rust_helper int rust_helper_init_srcu_struct_with_key(struct srcu_struct *ssp, in rust_helper_init_srcu_struct_with_key() argument
9 return __init_srcu_struct(ssp, name, key); in rust_helper_init_srcu_struct_with_key()
12 __rust_helper bool rust_helper_srcu_readers_active(struct srcu_struct *ssp) in rust_helper_srcu_readers_active() argument
14 return srcu_readers_active(ssp); in rust_helper_srcu_readers_active()
17 __rust_helper int rust_helper_srcu_read_lock(struct srcu_struct *ssp) in rust_helper_srcu_read_lock() argument
19 return srcu_read_lock(ssp); in rust_helper_srcu_read_lock()
22 __rust_helper void rust_helper_srcu_read_unlock(struct srcu_struct *ssp, int idx) in rust_helper_srcu_read_unlock() argument
24 srcu_read_unlock(ssp, idx); in rust_helper_srcu_read_unlock()
27 __rust_helper void rust_helper_srcu_barrier(struct srcu_struct *ssp) in rust_helper_srcu_barrier() argument
29 srcu_barrier(ssp); in rust_helper_srcu_barrier()
32 __rust_helper void rust_helper_synchronize_srcu_expedited(struct srcu_struct *ssp) in rust_helper_synchronize_srcu_expedited() argument
34 synchronize_srcu_expedited(ssp); in rust_helper_synchronize_srcu_expedited()