Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c403 unsigned long (*get_gp_state)(void); member
605 .get_gp_state = get_state_synchronize_rcu,
911 .get_gp_state = srcu_torture_get_gp_state,
974 .get_gp_state = srcu_torture_get_gp_state,
1464 if (gp_cond1 && cur_ops->get_gp_state && cur_ops->cond_sync) { in rcu_torture_write_types()
1467 } else if (gp_cond && (!cur_ops->get_gp_state || !cur_ops->cond_sync)) { in rcu_torture_write_types()
1476 if (gp_cond_full1 && cur_ops->get_gp_state && cur_ops->cond_sync_full) { in rcu_torture_write_types()
1479 } else if (gp_cond_full && (!cur_ops->get_gp_state || !cur_ops->cond_sync_full)) { in rcu_torture_write_types()
1551 dopoll = cur_ops->get_gp_state && cur_ops->poll_gp_state && !(r & 0x300); in do_rtws_sync()
1556 cookie = cur_ops->get_gp_state(); in do_rtws_sync()
[all …]