Searched refs:pm_refcnt (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Dpmap.h57 int pm_refcnt; member in struct:pmap
/openbsd-current/sys/arch/sh/sh/
H A Dpmap.c107 pmap_kernel()->pm_refcnt = 1;
221 pmap->pm_refcnt = 1;
237 if (--pmap->pm_refcnt > 0)
273 pmap->pm_refcnt++;

Completed in 118 milliseconds