Lines Matching refs:rcl
2117 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch() local
2148 rcu_segcblist_extract_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
2154 rhp = rcu_cblist_dequeue(&rcl); in rcu_do_batch()
2155 for (; rhp; rhp = rcu_cblist_dequeue(&rcl)) { in rcu_do_batch()
2158 rcu_cblist_dequeued_lazy(&rcl); in rcu_do_batch()
2163 if (-rcl.len >= bl && !offloaded && in rcu_do_batch()
2169 if (likely((-rcl.len & 31) || local_clock() < tlimit)) in rcu_do_batch()
2186 count = -rcl.len; in rcu_do_batch()
2187 trace_rcu_batch_end(rcu_state.name, count, !!rcl.head, need_resched(), in rcu_do_batch()
2191 rcu_segcblist_insert_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
2193 rcu_segcblist_insert_count(&rdp->cblist, &rcl); in rcu_do_batch()