Home
last modified time | relevance | path

Searched refs:pl_refcnt (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresourcevar.h80 int pl_refcnt; /* number of references */ member
/f-stack/freebsd/sys/
H A Dresourcevar.h82 int pl_refcnt; /* number of references */ member
/f-stack/freebsd/kern/
H A Dkern_resource.c1206 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()
/f-stack/lib/
H A Dff_glue.c745 refcount_init(&limp->pl_refcnt, 1); in lim_alloc()
752 refcount_acquire(&limp->pl_refcnt); in lim_hold()