Lines Matching refs:refcnt
190 int refcnt; /* PL: refcnt for unbound pools */ member
210 int refcnt; /* L: reference count */ member
1123 WARN_ON_ONCE(pwq->refcnt <= 0); in get_pwq()
1124 pwq->refcnt++; in get_pwq()
1137 if (likely(--pwq->refcnt)) in put_pwq()
1495 if (unlikely(!pwq->refcnt)) { in __queue_work()
3482 pool->refcnt = 1; in init_worker_pool()
3583 if (--pool->refcnt) in put_unbound_pool()
3654 pool->refcnt++; in get_unbound_pool()
3816 pwq->refcnt = 1; in init_pwq()
4014 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()
4404 if ((pwq != pwq->wq->dfl_pwq) && (pwq->refcnt > 1)) in pwq_busy()
4750 pwq->nr_active, pwq->max_active, pwq->refcnt, in show_pwq()