Searched refs:pl_refcnt (Results 1 – 2 of 2) sorted by relevance
79 int pl_refcnt; /* number of references */ member
1322 refcount_init(&limp->pl_refcnt, 1); in lim_alloc()1330 refcount_acquire(&limp->pl_refcnt); in lim_hold()1372 if (refcount_release(&limp->pl_refcnt)) in lim_free()1380 if (refcount_releasen(&limp->pl_refcnt, n)) in lim_freen()1419 KASSERT(dst->pl_refcnt <= 1, ("lim_copy to shared limit")); in lim_copy()