Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsignalvar.h71 unsigned int ps_refcnt; member
/dragonfly/sys/kern/
H A Dkern_exec.c415 if (ops->ps_refcnt > 1) { in kern_execve()
418 refcount_init(&nps->ps_refcnt, 1); in kern_execve()
420 if (refcount_release(&ops->ps_refcnt)) { in kern_execve()
H A Dkern_fork.c521 refcount_acquire(&p2->p_sigacts->ps_refcnt); in fork1()
526 refcount_init(&p2->p_sigacts->ps_refcnt, 1); in fork1()
H A Dinit_main.c446 refcount_init(&p->p_sigacts->ps_refcnt, 1); in proc0_init()
H A Dkern_exit.c1303 if (ps && refcount_release(&ps->ps_refcnt)) { in kern_wait()