Home
last modified time | relevance | path

Searched refs:ps_refcnt (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h68 u_int ps_refcnt; member
/f-stack/freebsd/kern/
H A Dkern_sig.c3988 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()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h462 uint_t ps_refcnt; member