Searched refs:qll (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/rcu/ |
D | tree_trace.c | 116 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()
|
D | tree.h | 644 static inline void rcu_nocb_q_lengths(struct rcu_data *rdp, long *ql, long *qll) in rcu_nocb_q_lengths() argument 648 *qll = atomic_long_read(&rdp->nocb_q_count_lazy); in rcu_nocb_q_lengths() 651 *qll = 0; in rcu_nocb_q_lengths()
|
D | tree_plugin.h | 2033 long qll = rsp->qlen_lazy; in rcu_nocb_adopt_orphan_cbs() local 2044 rsp->orphan_donetail, ql, qll, flags); in rcu_nocb_adopt_orphan_cbs() 2045 ql = qll = 0; in rcu_nocb_adopt_orphan_cbs() 2051 rsp->orphan_nxttail, ql, qll, flags); in rcu_nocb_adopt_orphan_cbs() 2052 ql = qll = 0; in rcu_nocb_adopt_orphan_cbs()
|