Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_proc.c1948 refcount_acquire(&pa->ar_ref); in sysctl_kern_proc_args()
1950 if (refcount_release(&pa->ar_ref)) in sysctl_kern_proc_args()
1966 refcount_init(&pa->ar_ref, 1); in sysctl_kern_proc_args()
2010 KKASSERT(opa->ar_ref > 0); in sysctl_kern_proc_args()
2011 if (refcount_release(&opa->ar_ref)) { in sysctl_kern_proc_args()
H A Dkern_exec.c592 if (pa && refcount_release(&pa->ar_ref)) { in kern_execve()
603 refcount_init(&pa->ar_ref, 1); in kern_execve()
H A Dkern_exit.c1296 if (pa && refcount_release(&pa->ar_ref)) { in kern_wait()
H A Dkern_fork.c513 refcount_acquire(&p2->p_args->ar_ref); in fork1()
/dragonfly/sys/sys/
H A Dproc.h129 u_int ar_ref; /* Reference count */ member