Searched refs:get_gp_state_exp (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/rcu/
H A Drcutorture.c356 unsigned long (*get_gp_state_exp)(void); member in struct:rcu_torture_ops
559 .get_gp_state_exp = get_state_synchronize_rcu,
1247 if (gp_cond_exp1 && cur_ops->get_gp_state_exp && cur_ops->cond_sync_exp) {
1250 } else if (gp_cond_exp && (!cur_ops->get_gp_state_exp || !cur_ops->cond_sync_exp)) {
1259 if (gp_cond_exp_full1 && cur_ops->get_gp_state_exp && cur_ops->cond_sync_exp_full) {
1263 (!cur_ops->get_gp_state_exp || !cur_ops->cond_sync_exp_full)) {
1469 gp_snap = cur_ops->get_gp_state_exp();
1655 gp_snap = cur_ops->get_gp_state_exp();

Completed in 83 milliseconds