Searched refs:ncbs (Results 1 - 3 of 3) sorted by path

/linux-master/kernel/rcu/
H A Drcutorture.c2869 long ncbs; local
2886 ncbs = 0;
2888 ncbs += rcu_torture_fwd_prog_cbfree(&rfp[i]);
2889 pr_info("%s: Freed %lu RCU callbacks.\n", __func__, ncbs);
2891 ncbs = 0;
2893 ncbs += rcu_torture_fwd_prog_cbfree(&rfp[i]);
2894 pr_info("%s: Freed %lu RCU callbacks.\n", __func__, ncbs);
2896 ncbs = 0;
2898 ncbs += rcu_torture_fwd_prog_cbfree(&rfp[i]);
2899 pr_info("%s: Freed %lu RCU callbacks.\n", __func__, ncbs);
[all...]
H A Dtasks.h441 long ncbs = 0; local
456 ncbs += n;
481 if (rcu_task_cb_adjust && ncbs <= rcu_task_collapse_lim) {
H A Dtree_nocb.h422 long ncbs = rcu_cblist_n_cbs(&rdp->nocb_bypass); local
423 bool bypass_is_lazy = (ncbs == READ_ONCE(rdp->lazy_len));
483 if ((ncbs && !bypass_is_lazy && j != READ_ONCE(rdp->nocb_bypass_first)) ||
484 (ncbs && bypass_is_lazy &&
486 ncbs >= qhimark) {
515 ncbs = rcu_cblist_n_cbs(&rdp->nocb_bypass);
522 if (!ncbs) {
535 if (!ncbs || (bypass_is_lazy && !lazy)) {

Completed in 501 milliseconds