Lines Matching defs:tp_refcnt
195 uint64_t tp_refcnt;
396 pool->tp_refcnt = 1; /* dispatcher's reference */
428 KASSERT(pool->tp_refcnt == 0);
454 while (0 < pool->tp_refcnt) {
456 pool, pool->tp_refcnt);
464 KASSERT(pool->tp_refcnt == 0);
477 pool->tp_refcnt++;
478 KASSERT(pool->tp_refcnt != 0);
486 KASSERT(0 < pool->tp_refcnt);
487 if (--pool->tp_refcnt == 0)