Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Drcutorture.c366 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp); member
548 .get_gp_state_full = get_state_synchronize_rcu_full,
1326 dopoll_full = cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full && !(r & 0xc00); in do_rtws_sync()
1332 cur_ops->get_gp_state_full(&cookie_full); in do_rtws_sync()
1429 if (cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full) { in rcu_torture_writer()
1431 cur_ops->get_gp_state_full(&cookie_full); in rcu_torture_writer()
1472 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_writer()
1480 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_writer()
1513 cur_ops->get_gp_state_full(&gp_snap1_full); in rcu_torture_writer()
1655 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_fakewriter()
[all …]