Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.h483 struct rcu_head *orphan_nxtlist; /* Orphaned callbacks that */ member
Dtree_plugin.h2049 if (rsp->orphan_nxtlist != NULL) { in rcu_nocb_adopt_orphan_cbs()
2050 __call_rcu_nocb_enqueue(rdp, rsp->orphan_nxtlist, in rcu_nocb_adopt_orphan_cbs()
2053 rsp->orphan_nxtlist = NULL; in rcu_nocb_adopt_orphan_cbs()
2054 rsp->orphan_nxttail = &rsp->orphan_nxtlist; in rcu_nocb_adopt_orphan_cbs()
Dtree.c104 .orphan_nxttail = &sname##_state.orphan_nxtlist, \
2529 if (rsp->orphan_nxtlist != NULL) { in rcu_adopt_orphan_cbs()
2530 *rdp->nxttail[RCU_NEXT_TAIL] = rsp->orphan_nxtlist; in rcu_adopt_orphan_cbs()
2532 rsp->orphan_nxtlist = NULL; in rcu_adopt_orphan_cbs()
2533 rsp->orphan_nxttail = &rsp->orphan_nxtlist; in rcu_adopt_orphan_cbs()