Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_proc.c639 refcount_acquire(&pgrp->pg_refs); in pgref()
653 count = pgrp->pg_refs; in pgrel()
658 if (atomic_cmpset_int(&pgrp->pg_refs, 1, 0)) in pgrel()
663 if (atomic_cmpset_int(&pgrp->pg_refs, count, count - 1)) in pgrel()
712 refcount_acquire(&pgrp->pg_refs); in pgfind()
757 refcount_init(&pgrp->pg_refs, 1); in enterpgrp()
1008 KKASSERT(pgrp->pg_refs > 0); in fixjobc()
H A Dinit_main.c404 refcount_init(&pgrp0.pg_refs, 1); in proc0_init()
/dragonfly/sys/sys/
H A Dproc.h115 u_int pg_refs; member