Home
last modified time | relevance | path

Searched refs:get_comp_state (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/rcu/
H A Drcutorture.c399 unsigned long (*get_comp_state)(void); member
603 .get_comp_state = get_completed_synchronize_rcu,
910 .get_comp_state = get_completed_synchronize_srcu,
973 .get_comp_state = get_completed_synchronize_srcu,
1501 if (gp_poll1 && cur_ops->get_comp_state && cur_ops->same_gp_state && in rcu_torture_write_types()
1679 if (cur_ops->get_comp_state) { in rcu_torture_writer()
1680 cookie = cur_ops->get_comp_state(); in rcu_torture_writer()
1749 ulo[i] = cur_ops->get_comp_state(); in rcu_torture_writer()