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.c364 unsigned long (*get_comp_state)(void); member
553 .get_comp_state = get_completed_synchronize_rcu,
745 .get_comp_state = get_completed_synchronize_srcu,
788 .get_comp_state = get_completed_synchronize_srcu,
1287 if (gp_poll1 && cur_ops->get_comp_state && cur_ops->same_gp_state && in rcu_torture_write_types()
1453 if (cur_ops->get_comp_state) { in rcu_torture_writer()
1454 cookie = cur_ops->get_comp_state(); in rcu_torture_writer()
1519 ulo[i] = cur_ops->get_comp_state(); in rcu_torture_writer()