Searched refs:rcl (Results 1 – 2 of 2) sorted by relevance
2117 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch() local2148 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()[all …]
1693 struct rcu_cblist rcl; in rcu_nocb_do_flush_bypass() local1705 rcu_cblist_flush_enqueue(&rcl, &rdp->nocb_bypass, rhp); in rcu_nocb_do_flush_bypass()1706 rcu_segcblist_insert_pend_cbs(&rdp->cblist, &rcl); in rcu_nocb_do_flush_bypass()