Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.h452 struct rcu_head *orphan_donelist; /* Orphaned callbacks that */ member
Dtree_plugin.h2077 if (rsp->orphan_donelist != NULL) { in rcu_nocb_adopt_orphan_cbs()
2078 __call_rcu_nocb_enqueue(rdp, rsp->orphan_donelist, in rcu_nocb_adopt_orphan_cbs()
2081 rsp->orphan_donelist = NULL; in rcu_nocb_adopt_orphan_cbs()
2082 rsp->orphan_donetail = &rsp->orphan_donelist; in rcu_nocb_adopt_orphan_cbs()
Dtree.c104 .orphan_donetail = &sname##_state.orphan_donelist, \
2427 if (rsp->orphan_donelist != NULL) { in rcu_adopt_orphan_cbs()
2429 *rdp->nxttail[RCU_DONE_TAIL] = rsp->orphan_donelist; in rcu_adopt_orphan_cbs()
2433 rsp->orphan_donelist = NULL; in rcu_adopt_orphan_cbs()
2434 rsp->orphan_donetail = &rsp->orphan_donelist; in rcu_adopt_orphan_cbs()