Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c1549 bool dopoll_full; in do_rtws_sync() local
1553 dopoll_full = cur_ops->get_gp_state_full && cur_ops->poll_gp_state_full && !(r & 0xc00); in do_rtws_sync()
1554 if (dopoll || dopoll_full) in do_rtws_sync()
1558 if (dopoll_full) in do_rtws_sync()
1560 if (cur_ops->poll_need_2gp && cur_ops->poll_need_2gp(dopoll, dopoll_full)) in do_rtws_sync()
1566 WARN_ONCE(dopoll_full && !cur_ops->poll_gp_state_full(&cookie_full), in do_rtws_sync()
1569 if (dopoll || dopoll_full) in do_rtws_sync()