Home
last modified time | relevance | path

Searched refs:cblist (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h330 rcu_segcblist_inc_len(&rdp->cblist); /* Must precede enqueue. */ in rcu_nocb_do_flush_bypass()
345 rcu_segcblist_insert_pend_cbs(&rdp->cblist, &rcl); in rcu_nocb_do_flush_bypass()
415 *was_alldone = !rcu_segcblist_pend_cbs(&rdp->cblist); in rcu_nocb_try_bypass()
421 if (!rcu_segcblist_completely_offloaded(&rdp->cblist)) { in rcu_nocb_try_bypass()
423 *was_alldone = !rcu_segcblist_pend_cbs(&rdp->cblist); in rcu_nocb_try_bypass()
431 *was_alldone = !rcu_segcblist_pend_cbs(&rdp->cblist); in rcu_nocb_try_bypass()
456 *was_alldone = !rcu_segcblist_pend_cbs(&rdp->cblist); in rcu_nocb_try_bypass()
473 *was_alldone = !rcu_segcblist_pend_cbs(&rdp->cblist); in rcu_nocb_try_bypass()
483 rcu_segcblist_nextgp(&rdp->cblist, &cur_gp_seq) && in rcu_nocb_try_bypass()
500 rcu_segcblist_inc_len(&rdp->cblist); /* Must precede enqueue. */ in rcu_nocb_try_bypass()
[all …]
H A Dtree.c82 .cblist.flags = SEGCBLIST_RCU_CORE,
238 if (rcu_segcblist_is_enabled(&rdp->cblist)) in rcu_get_n_cbs_cpu()
239 return rcu_segcblist_n_cbs(&rdp->cblist); in rcu_get_n_cbs_cpu()
660 return !rcu_segcblist_empty(&this_cpu_ptr(&rcu_data)->cblist) && in rcu_needs_cpu()
1096 if (!rcu_segcblist_pend_cbs(&rdp->cblist)) in rcu_accelerate_cbs()
1099 trace_rcu_segcb_stats(&rdp->cblist, TPS("SegCbPreAcc")); in rcu_accelerate_cbs()
1112 if (rcu_segcblist_accelerate(&rdp->cblist, gp_seq_req)) in rcu_accelerate_cbs()
1116 if (rcu_segcblist_restempty(&rdp->cblist, RCU_WAIT_TAIL)) in rcu_accelerate_cbs()
1121 trace_rcu_segcb_stats(&rdp->cblist, TPS("SegCbPostAcc")); in rcu_accelerate_cbs()
1143 (void)rcu_segcblist_accelerate(&rdp->cblist, c); in rcu_accelerate_cbs_unlocked()
[all …]
H A Dtasks.h41 struct rcu_segcblist cblist; member
275 if (rcu_segcblist_empty(&rtpcp->cblist)) in cblist_init_generic()
276 rcu_segcblist_init(&rtpcp->cblist); in cblist_init_generic()
322 if (!rcu_segcblist_empty(&rtpcp->cblist) && rtp->lazy_jiffies) { in call_rcu_tasks_generic_timer()
375 if (WARN_ON_ONCE(!rcu_segcblist_is_enabled(&rtpcp->cblist))) in call_rcu_tasks_generic()
376 rcu_segcblist_init(&rtpcp->cblist); in call_rcu_tasks_generic()
378 (rcu_segcblist_n_cbs(&rtpcp->cblist) == rcu_task_lazy_lim); in call_rcu_tasks_generic()
383 needwake = rcu_segcblist_empty(&rtpcp->cblist); in call_rcu_tasks_generic()
387 rcu_segcblist_enqueue(&rtpcp->cblist, rhp); in call_rcu_tasks_generic()
441 if (rcu_segcblist_entrain(&rtpcp->cblist, &rtpcp->barrier_q_head)) in rcu_barrier_tasks_generic()
[all …]
H A Dtree.h199 struct rcu_segcblist cblist; /* Segmented callback list, with */ member
494 if (rcu_segcblist_is_offloaded(&(rdp)->cblist)) \
H A Dtree_plugin.h37 return rcu_segcblist_is_offloaded(&rdp->cblist); in rcu_rdp_is_offloaded()
H A Dtree_stall.h942 if (rcu_segcblist_is_offloaded(&rdp->cblist)) in show_rcu_gp_kthreads()
/openbmc/linux/tools/rcu/
H A Drcu-cbs.py43 len = rdp.cblist.len.value_();
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst216 15 if (!rcu_segcblist_empty(&rdp->cblist))
231 30 if (rcu_segcblist_pend_cbs(&rdp->cblist)) {
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c6276 struct list_head cblist; in deleg_reaper() local
6278 INIT_LIST_HEAD(&cblist); in deleg_reaper()
6290 list_add(&clp->cl_ra_cblist, &cblist); in deleg_reaper()
6299 while (!list_empty(&cblist)) { in deleg_reaper()
6300 clp = list_first_entry(&cblist, struct nfs4_client, in deleg_reaper()
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst886 1 struct rcu_segcblist cblist;
895 The ``->cblist`` structure is the segmented callback list described
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4863 the main ->cblist in order to avoid the extra