Lines Matching refs:batch
131 long batch; in __call_rcu() local
147 batch = ACCESS_ONCE(rcp->cur) + 1; in __call_rcu()
149 if (rdp->nxtlist && rcu_batch_after(batch, rdp->batch)) { in __call_rcu()
153 if (rcu_batch_after(batch - 1, rdp->batch)) in __call_rcu()
157 rdp->batch = batch; in __call_rcu()
471 struct rcu_head **tail, long batch) in rcu_move_batch() argument
477 this_rdp->batch = batch; in rcu_move_batch()
543 if (!rcu_batch_before(completed_snap, rdp->batch)) in __rcu_process_callbacks()
545 else if (!rcu_batch_before(completed_snap, rdp->batch - 1)) in __rcu_process_callbacks()
568 if (rcu_batch_after(rdp->batch, rcp->pending)) { in __rcu_process_callbacks()
573 if (rcu_batch_after(rdp->batch, rcp->pending)) { in __rcu_process_callbacks()
574 rcp->pending = rdp->batch; in __rcu_process_callbacks()
620 if (!rcu_batch_before(completed_snap, rdp->batch)) in __rcu_pending()
622 if (!rcu_batch_before(completed_snap, rdp->batch - 1) && in __rcu_pending()
632 if (rcu_batch_after(rdp->batch, rcp->pending)) in __rcu_pending()