Home
last modified time | relevance | path

Searched refs:qlen_last_fqs_check (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/rcu/
A Dtree.c2486 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2549 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2550 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2552 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2553 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2888 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2903 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
4128 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
A Dtree.h176 long qlen_last_fqs_check; member
A Dtree_nocb.h515 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
527 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()
529 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
/linux/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst887 2 long qlen_last_fqs_check;
904 The ``->qlen_last_fqs_check`` and ``->n_force_qs_snap`` coordinate the

Completed in 17 milliseconds