Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c361 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp); member
539 .get_gp_state_full = get_state_synchronize_rcu_full,
1308 dopoll_full = cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full && !(r & 0xc00); in do_rtws_sync()
1314 cur_ops->get_gp_state_full(&cookie_full); in do_rtws_sync()
1407 if (cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full) { in rcu_torture_writer()
1409 cur_ops->get_gp_state_full(&cookie_full); in rcu_torture_writer()
1450 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_writer()
1458 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_writer()
1609 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_fakewriter()
1614 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_fakewriter()
[all …]