Lines Matching defs:refcnt
101 mutex_t lock; /* protects refcnt */
102 int refcnt; /* reference count */
776 /* destroy cache entries to remove refcnt agains plugins */
783 if (libp->refcnt) {
1598 /* Initialize refcnt to 1 */
1599 libp->refcnt = 1;
3283 assert(libp->refcnt >= 0);
3285 libp->refcnt++;
3292 assert(libp->refcnt > 0);
3294 libp->refcnt--;