Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.c2469 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2536 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2537 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2539 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2540 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2873 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2888 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
3994 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
H A Dtree.h174 long qlen_last_fqs_check; member
H A Dtree_plugin.h1890 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
1901 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()
1903 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst887 2 long qlen_last_fqs_check;
904 The ``->qlen_last_fqs_check`` and ``->n_force_qs_snap`` coordinate the