SEGCBLIST_OFFLOADED
rcu_segcblist_test_flags(rsclp, SEGCBLIST_OFFLOADED))
ret = !rcu_segcblist_test_flags(&rdp->cblist, SEGCBLIST_OFFLOADED);
rcu_segcblist_clear_flags(&rdp->cblist, SEGCBLIST_OFFLOADED);
ret = rcu_segcblist_test_flags(&rdp->cblist, SEGCBLIST_OFFLOADED);
rcu_segcblist_set_flags(&rdp->cblist, SEGCBLIST_OFFLOADED);
if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) {
rcu_segcblist_set_flags(cblist, SEGCBLIST_OFFLOADED);
rcu_segcblist_clear_flags(cblist, SEGCBLIST_OFFLOADED);