Searched refs:nocb_bypass (Results 1 – 3 of 3) sorted by relevance
304 * Flush the ->nocb_bypass queue into ->cblist, enqueuing rhp if non-NULL.305 * However, if there is a callback to be enqueued and if ->nocb_bypass323 if (rhp && !rcu_cblist_n_cbs(&rdp->nocb_bypass)) { in rcu_nocb_do_flush_bypass() 327 /* Note: ->cblist.len already accounts for ->nocb_bypass contents. */ in rcu_nocb_do_flush_bypass() 338 rcu_cblist_enqueue(&rdp->nocb_bypass, rhp); in rcu_nocb_do_flush_bypass() 341 rcu_cblist_flush_enqueue(&rcl, &rdp->nocb_bypass, rhp); in rcu_nocb_do_flush_bypass() 351 * Flush the ->nocb_bypass queue into ->cblist, enqueuing rhp if non-NULL.352 * However, if there is a callback to be enqueued and if ->nocb_bypass370 * ->nocb_bypass queue into ->cblist.414 * See whether it is appropriate to use the ->nocb_bypass lis in rcu_nocb_try_bypass() [all...]
246 struct rcu_cblist nocb_bypass; /* Lock-contention-bypass CB list. */ member
5749 use of the ->nocb_bypass list. However, in the5752 overhead of the ->nocb_bypass list and its lock.5755 the ->nocb_bypass queue. The definition of "too