Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.c2596 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2666 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2667 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2669 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2670 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
3032 rdp->qlen_last_fqs_check + qhimark)) { in call_rcu_core()
3047 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in call_rcu_core()
4249 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
H A Dtree.h213 long qlen_last_fqs_check; member
H A Dtree_nocb.h582 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst920 2 long qlen_last_fqs_check;
937 The ``->qlen_last_fqs_check`` and ``->n_force_qs_snap`` coordinate the