Searched refs:pm_count (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/m88k/include/
H A Dpmap.h29 int pm_count; /* reference count */ member in struct:pmap
/openbsd-current/sys/arch/sparc64/dev/
H A Dsbusreg.h77 u_int64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:sysioreg::perfmon
H A Dpsychoreg.h81 u_int64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:psychoreg::perfmon
/openbsd-current/sys/arch/mips64/include/
H A Dpmap.h121 int pm_count; /* pmap reference count */ member in struct:pmap
/openbsd-current/sys/arch/alpha/include/
H A Dpmap.h101 int pm_count; /* pmap reference count */ member in struct:pmap
/openbsd-current/sys/net/
H A Dtrunklacp.h199 int pm_count; member in struct:lacp_portmap
H A Dtrunklacp.c807 if (pm->pm_count == 0) {
813 hash %= pm->pm_count;
975 p->pm_count = la->la_nports;
979 KASSERT(i == p->pm_count);
986 lsc->lsc_pmap[lsc->lsc_activemap].pm_count));
/openbsd-current/sys/arch/m88k/m88k/
H A Dpmap.c819 pmap_kernel()->pm_count = 1;
903 pmap->pm_count = 1;
922 if (--pmap->pm_count == 0) {
944 pmap->pm_count++;
/openbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c859 pmap_kernel()->pm_count = 1;
1060 pmap->pm_count = 1;
1100 refs = atomic_dec_int_nv(&pmap->pm_count);
1132 atomic_inc_int(&pmap->pm_count);

Completed in 134 milliseconds