Searched refs:pl_refcnt (Results 1 – 4 of 4) sorted by relevance
80 int pl_refcnt; /* number of references */ member
82 int pl_refcnt; /* number of references */ member
1206 refcount_init(&limp->pl_refcnt, 1); in lim_alloc()1214 refcount_acquire(&limp->pl_refcnt); in lim_hold()1236 if (refcount_release(&limp->pl_refcnt)) in lim_free()1244 if (refcount_releasen(&limp->pl_refcnt, n)) in lim_freen()1256 KASSERT(dst->pl_refcnt <= 1, ("lim_copy to shared limit")); in lim_copy()
745 refcount_init(&limp->pl_refcnt, 1); in lim_alloc()752 refcount_acquire(&limp->pl_refcnt); in lim_hold()