Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/rcu/
Drcutorture.c1333 bool dopoll_full; in do_rtws_sync() local
1337 dopoll_full = cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full && !(r & 0xc00); in do_rtws_sync()
1338 if (dopoll || dopoll_full) in do_rtws_sync()
1342 if (dopoll_full) in do_rtws_sync()
1344 if (cur_ops->poll_need_2gp && cur_ops->poll_need_2gp(dopoll, dopoll_full)) in do_rtws_sync()
1350 WARN_ONCE(dopoll_full && !cur_ops->poll_gp_state_full(&cookie_full), in do_rtws_sync()
1353 if (dopoll || dopoll_full) in do_rtws_sync()