Lines Matching refs:qlen

1274 		totqlen += per_cpu_ptr(rsp->rda, cpu)->qlen;  in print_other_cpu_stall()
1321 totqlen += per_cpu_ptr(rsp->rda, cpu)->qlen; in print_cpu_stall()
2449 rsp->qlen += rdp->qlen; in rcu_send_cbs_to_orphanage()
2450 rdp->n_cbs_orphaned += rdp->qlen; in rcu_send_cbs_to_orphanage()
2452 WRITE_ONCE(rdp->qlen, 0); in rcu_send_cbs_to_orphanage()
2504 rdp->qlen += rsp->qlen; in rcu_adopt_orphan_cbs()
2505 rdp->n_cbs_adopted += rsp->qlen; in rcu_adopt_orphan_cbs()
2506 if (rsp->qlen_lazy != rsp->qlen) in rcu_adopt_orphan_cbs()
2509 rsp->qlen = 0; in rcu_adopt_orphan_cbs()
2645 WARN_ONCE(rdp->qlen != 0 || rdp->nxtlist != NULL, in rcu_cleanup_dead_cpu()
2647 cpu, rdp->qlen, rdp->nxtlist); in rcu_cleanup_dead_cpu()
2663 trace_rcu_batch_start(rsp->name, rdp->qlen_lazy, rdp->qlen, 0); in rcu_do_batch()
2677 trace_rcu_batch_start(rsp->name, rdp->qlen_lazy, rdp->qlen, bl); in rcu_do_batch()
2720 WRITE_ONCE(rdp->qlen, rdp->qlen - count); in rcu_do_batch()
2724 if (rdp->blimit == LONG_MAX && rdp->qlen <= qlowmark) in rcu_do_batch()
2728 if (rdp->qlen == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2731 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2732 rdp->qlen_last_fqs_check = rdp->qlen; in rcu_do_batch()
2733 WARN_ON_ONCE((rdp->nxtlist == NULL) != (rdp->qlen == 0)); in rcu_do_batch()
2999 if (unlikely(rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
3021 rdp->qlen_last_fqs_check = rdp->qlen; in __call_rcu_core()
3088 WRITE_ONCE(rdp->qlen, rdp->qlen + 1); in __call_rcu()
3099 rdp->qlen_lazy, rdp->qlen); in __call_rcu()
3101 trace_rcu_callback(rsp->name, head, rdp->qlen_lazy, rdp->qlen); in __call_rcu()
3966 if (rdp->qlen != rdp->qlen_lazy || !all_lazy) { in rcu_cpu_has_callbacks()
4075 } else if (READ_ONCE(rdp->qlen)) { in _rcu_barrier()