Lines Matching refs:refcnt
177 int refcnt; /* PL: refcnt for unbound pools */ member
204 int refcnt; /* L: reference count */ member
1093 WARN_ON_ONCE(pwq->refcnt <= 0); in get_pwq()
1094 pwq->refcnt++; in get_pwq()
1107 if (likely(--pwq->refcnt)) in put_pwq()
1461 if (unlikely(!pwq->refcnt)) { in __queue_work()
3437 pool->refcnt = 1; in init_worker_pool()
3527 if (--pool->refcnt) in put_unbound_pool()
3597 pool->refcnt++; in get_unbound_pool()
3746 pwq->refcnt = 1; in init_pwq()
3942 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()
4371 if (WARN_ON((pwq != wq->dfl_pwq) && (pwq->refcnt > 1)) || in destroy_workqueue()
4664 pwq->nr_active, pwq->max_active, pwq->refcnt, in show_pwq()