Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcutorture.c1321 bool dopoll; in do_rtws_sync() local
1325 dopoll = cur_ops->get_gp_state && cur_ops->poll_gp_state && !(r & 0x300); in do_rtws_sync()
1327 if (dopoll || dopoll_full) in do_rtws_sync()
1329 if (dopoll) in do_rtws_sync()
1333 if (cur_ops->poll_need_2gp && cur_ops->poll_need_2gp(dopoll, dopoll_full)) in do_rtws_sync()
1336 WARN_ONCE(dopoll && !cur_ops->poll_gp_state(cookie), in do_rtws_sync()
1342 if (dopoll || dopoll_full) in do_rtws_sync()