Lines Matching refs:qlen
1208 totqlen += per_cpu_ptr(rsp->rda, cpu)->qlen; in print_other_cpu_stall()
1255 totqlen += per_cpu_ptr(rsp->rda, cpu)->qlen; in print_cpu_stall()
2359 rsp->qlen += rdp->qlen; in rcu_send_cbs_to_orphanage()
2360 rdp->n_cbs_orphaned += rdp->qlen; in rcu_send_cbs_to_orphanage()
2362 ACCESS_ONCE(rdp->qlen) = 0; in rcu_send_cbs_to_orphanage()
2413 rdp->qlen += rsp->qlen; in rcu_adopt_orphan_cbs()
2414 rdp->n_cbs_adopted += rsp->qlen; in rcu_adopt_orphan_cbs()
2415 if (rsp->qlen_lazy != rsp->qlen) in rcu_adopt_orphan_cbs()
2418 rsp->qlen = 0; in rcu_adopt_orphan_cbs()
2544 WARN_ONCE(rdp->qlen != 0 || rdp->nxtlist != NULL, in rcu_cleanup_dead_cpu()
2546 cpu, rdp->qlen, rdp->nxtlist); in rcu_cleanup_dead_cpu()
2582 trace_rcu_batch_start(rsp->name, rdp->qlen_lazy, rdp->qlen, 0); in rcu_do_batch()
2596 trace_rcu_batch_start(rsp->name, rdp->qlen_lazy, rdp->qlen, bl); in rcu_do_batch()
2639 ACCESS_ONCE(rdp->qlen) = rdp->qlen - count; in rcu_do_batch()
2643 if (rdp->blimit == LONG_MAX && rdp->qlen <= qlowmark) in rcu_do_batch()
2647 if (rdp->qlen == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2650 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2651 rdp->qlen_last_fqs_check = rdp->qlen; in rcu_do_batch()
2652 WARN_ON_ONCE((rdp->nxtlist == NULL) != (rdp->qlen == 0)); in rcu_do_batch()
2925 if (unlikely(rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2947 rdp->qlen_last_fqs_check = rdp->qlen; in __call_rcu_core()
3014 ACCESS_ONCE(rdp->qlen) = rdp->qlen + 1; in __call_rcu()
3025 rdp->qlen_lazy, rdp->qlen); in __call_rcu()
3027 trace_rcu_callback(rsp->name, head, rdp->qlen_lazy, rdp->qlen); in __call_rcu()
3508 if (rdp->qlen != rdp->qlen_lazy || !all_lazy) { in rcu_cpu_has_callbacks()
3648 } else if (ACCESS_ONCE(rdp->qlen)) { in _rcu_barrier()