Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_proc.c1767 refcount_init(&pa->ar_ref, 1); in pargs_alloc()
1785 refcount_acquire(&pa->ar_ref); in pargs_hold()
1794 if (refcount_release(&pa->ar_ref)) in pargs_drop()
/f-stack/freebsd/sys/
H A Dproc.h124 u_int ar_ref; /* Reference count. */ member