Searched refs:orphan_nxtlist (Results 1 – 3 of 3) sorted by relevance
2206 if (rsp->orphan_nxtlist != NULL) { in rcu_nocb_adopt_orphan_cbs()2207 __call_rcu_nocb_enqueue(rdp, rsp->orphan_nxtlist, in rcu_nocb_adopt_orphan_cbs()2210 rsp->orphan_nxtlist = NULL; in rcu_nocb_adopt_orphan_cbs()2211 rsp->orphan_nxttail = &rsp->orphan_nxtlist; in rcu_nocb_adopt_orphan_cbs()
101 .orphan_nxttail = &sname##_state.orphan_nxtlist, \2186 if (rsp->orphan_nxtlist != NULL) { in rcu_adopt_orphan_cbs()2187 *rdp->nxttail[RCU_NEXT_TAIL] = rsp->orphan_nxtlist; in rcu_adopt_orphan_cbs()2189 rsp->orphan_nxtlist = NULL; in rcu_adopt_orphan_cbs()2190 rsp->orphan_nxttail = &rsp->orphan_nxtlist; in rcu_adopt_orphan_cbs()
450 struct rcu_head *orphan_nxtlist; /* Orphaned callbacks that */ member