Home
last modified time | relevance | path

Searched refs:qll (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/rcu/
Dtree.h610 static inline void rcu_nocb_q_lengths(struct rcu_data *rdp, long *ql, long *qll) in rcu_nocb_q_lengths() argument
614 *qll = atomic_long_read(&rdp->nocb_q_count_lazy); in rcu_nocb_q_lengths()
617 *qll = 0; in rcu_nocb_q_lengths()
Dtree_trace.c116 long ql, qll; in print_one_rcu_data() local
133 rcu_nocb_q_lengths(rdp, &ql, &qll); in print_one_rcu_data()
134 qll += rdp->qlen_lazy; in print_one_rcu_data()
137 qll, ql, in print_one_rcu_data()
Dtree_plugin.h2068 long qll = rsp->qlen_lazy; in rcu_nocb_adopt_orphan_cbs() local
2079 rsp->orphan_donetail, ql, qll, flags); in rcu_nocb_adopt_orphan_cbs()
2080 ql = qll = 0; in rcu_nocb_adopt_orphan_cbs()
2086 rsp->orphan_nxttail, ql, qll, flags); in rcu_nocb_adopt_orphan_cbs()
2087 ql = qll = 0; in rcu_nocb_adopt_orphan_cbs()