Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/rcu/
Drcutorture.c369 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp); member
556 .get_gp_state_full = get_state_synchronize_rcu_full,
1337 dopoll_full = cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full && !(r & 0xc00); in do_rtws_sync()
1343 cur_ops->get_gp_state_full(&cookie_full); in do_rtws_sync()
1459 if (cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full) { in rcu_torture_writer()
1461 cur_ops->get_gp_state_full(&cookie_full); in rcu_torture_writer()
1502 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_writer()
1510 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_writer()
1543 cur_ops->get_gp_state_full(&gp_snap1_full); in rcu_torture_writer()
1688 cur_ops->get_gp_state_full(&gp_snap_full); in rcu_torture_fakewriter()
[all …]