Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.h449 struct rcu_head *orphan_nxtlist; /* Orphaned callbacks that */ member
Dtree_plugin.h2084 if (rsp->orphan_nxtlist != NULL) { in rcu_nocb_adopt_orphan_cbs()
2085 __call_rcu_nocb_enqueue(rdp, rsp->orphan_nxtlist, in rcu_nocb_adopt_orphan_cbs()
2088 rsp->orphan_nxtlist = NULL; in rcu_nocb_adopt_orphan_cbs()
2089 rsp->orphan_nxttail = &rsp->orphan_nxtlist; in rcu_nocb_adopt_orphan_cbs()
Dtree.c103 .orphan_nxttail = &sname##_state.orphan_nxtlist, \
2438 if (rsp->orphan_nxtlist != NULL) { in rcu_adopt_orphan_cbs()
2439 *rdp->nxttail[RCU_NEXT_TAIL] = rsp->orphan_nxtlist; in rcu_adopt_orphan_cbs()
2441 rsp->orphan_nxtlist = NULL; in rcu_adopt_orphan_cbs()
2442 rsp->orphan_nxttail = &rsp->orphan_nxtlist; in rcu_adopt_orphan_cbs()