Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c384 int (*readlock_nesting)(void); // actual nesting, if available, -1 if not. member
595 .readlock_nesting = rcu_torture_readlock_nesting,
2063 WARN_ONCE(cur_ops->readlock_nesting && in rcutorture_one_extend_check()
2065 cur_ops->readlock_nesting() == 0, ROEC_ARGS); in rcutorture_one_extend_check()
2098 WARN_ONCE(cur_ops->readlock_nesting && !(curstate & mask) && in rcutorture_one_extend_check()
2099 cur_ops->readlock_nesting() > 0, ROEC_ARGS); in rcutorture_one_extend_check()