Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c392 void (*exp_current)(void); member
908 .exp_current = srcu_torture_expedite_current,
971 .exp_current = srcu_torture_expedite_current,
1753 if (cur_ops->exp_current && !torture_random(&rand) % 0xff) in rcu_torture_writer()
1754 cur_ops->exp_current(); in rcu_torture_writer()
1775 if (cur_ops->exp_current && !torture_random(&rand) % 0xff) in rcu_torture_writer()
1776 cur_ops->exp_current(); in rcu_torture_writer()