Lines Matching refs:refcnt
176 int refcnt; /* PL: refcnt for unbound pools */ member
203 int refcnt; /* L: reference count */ member
1077 WARN_ON_ONCE(pwq->refcnt <= 0); in get_pwq()
1078 pwq->refcnt++; in get_pwq()
1091 if (likely(--pwq->refcnt)) in put_pwq()
1406 if (unlikely(!pwq->refcnt)) { in __queue_work()
3165 pool->refcnt = 1; in init_worker_pool()
3215 if (--pool->refcnt) in put_unbound_pool()
3284 pool->refcnt++; in get_unbound_pool()
3428 pwq->refcnt = 1; in init_pwq()
3611 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()
3979 if (WARN_ON((pwq != wq->dfl_pwq) && (pwq->refcnt > 1)) || in destroy_workqueue()