Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcutorture.c1322 bool dopoll_full; in do_rtws_sync() local
1326 dopoll_full = cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full && !(r & 0xc00); in do_rtws_sync()
1327 if (dopoll || dopoll_full) in do_rtws_sync()
1331 if (dopoll_full) in do_rtws_sync()
1333 if (cur_ops->poll_need_2gp && cur_ops->poll_need_2gp(dopoll, dopoll_full)) in do_rtws_sync()
1339 WARN_ONCE(dopoll_full && !cur_ops->poll_gp_state_full(&cookie_full), in do_rtws_sync()
1342 if (dopoll || dopoll_full) in do_rtws_sync()