Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.h486 struct rcu_head *orphan_donelist; /* Orphaned callbacks that */ member
Dtree_plugin.h2042 if (rsp->orphan_donelist != NULL) { in rcu_nocb_adopt_orphan_cbs()
2043 __call_rcu_nocb_enqueue(rdp, rsp->orphan_donelist, in rcu_nocb_adopt_orphan_cbs()
2046 rsp->orphan_donelist = NULL; in rcu_nocb_adopt_orphan_cbs()
2047 rsp->orphan_donetail = &rsp->orphan_donelist; in rcu_nocb_adopt_orphan_cbs()
Dtree.c105 .orphan_donetail = &sname##_state.orphan_donelist, \
2518 if (rsp->orphan_donelist != NULL) { in rcu_adopt_orphan_cbs()
2520 *rdp->nxttail[RCU_DONE_TAIL] = rsp->orphan_donelist; in rcu_adopt_orphan_cbs()
2524 rsp->orphan_donelist = NULL; in rcu_adopt_orphan_cbs()
2525 rsp->orphan_donetail = &rsp->orphan_donelist; in rcu_adopt_orphan_cbs()