Searched refs:cblist (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/kernel/rcu/ |
H A D | tree_nocb.h | 330 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 D | tree.c | 82 .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 D | tasks.h | 41 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 D | tree.h | 199 struct rcu_segcblist cblist; /* Segmented callback list, with */ member 494 if (rcu_segcblist_is_offloaded(&(rdp)->cblist)) \
|
H A D | tree_plugin.h | 37 return rcu_segcblist_is_offloaded(&rdp->cblist); in rcu_rdp_is_offloaded()
|
H A D | tree_stall.h | 942 if (rcu_segcblist_is_offloaded(&rdp->cblist)) in show_rcu_gp_kthreads()
|
/openbmc/linux/tools/rcu/ |
H A D | rcu-cbs.py | 43 len = rdp.cblist.len.value_();
|
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/ |
H A D | Tree-RCU-Memory-Ordering.rst | 216 15 if (!rcu_segcblist_empty(&rdp->cblist)) 231 30 if (rcu_segcblist_pend_cbs(&rdp->cblist)) {
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4state.c | 6276 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 D | Data-Structures.rst | 886 1 struct rcu_segcblist cblist; 895 The ``->cblist`` structure is the segmented callback list described
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 4863 the main ->cblist in order to avoid the extra
|