Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Drcutorture.c388 unsigned long (*get_comp_state)(void); member
589 .get_comp_state = get_completed_synchronize_rcu,
821 .get_comp_state = get_completed_synchronize_srcu,
865 .get_comp_state = get_completed_synchronize_srcu,
1381 if (gp_poll1 && cur_ops->get_comp_state && cur_ops->same_gp_state && in rcu_torture_write_types()
1548 if (cur_ops->get_comp_state) { in rcu_torture_writer()
1549 cookie = cur_ops->get_comp_state(); in rcu_torture_writer()
1618 ulo[i] = cur_ops->get_comp_state(); in rcu_torture_writer()