Searched refs:ps_refcnt (Results 1 – 3 of 3) sorted by relevance
68 u_int ps_refcnt; member
3988 refcount_init(&ps->ps_refcnt, 1); in sigacts_alloc()3997 if (refcount_release(&ps->ps_refcnt) == 0) in sigacts_free()4007 refcount_acquire(&ps->ps_refcnt); in sigacts_hold()4015 KASSERT(dest->ps_refcnt == 1, ("sigacts_copy to shared dest")); in sigacts_copy()4017 bcopy(src, dest, offsetof(struct sigacts, ps_refcnt)); in sigacts_copy()4025 return (ps->ps_refcnt > 1); in sigacts_shared()
462 uint_t ps_refcnt; member