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

/netbsd-current/sys/arch/vax/include/
H A Dpmap.h105 u_int pm_count; /* reference count */ member in struct:pmap
240 #define pmap_reference(pmap) atomic_inc_uint(&(pmap)->pm_count)
/netbsd-current/sys/arch/sparc64/dev/
H A Dsbusreg.h76 uint64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:sysioreg::perfmon
H A Dpsychoreg.h108 uint64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:psychoreg::perfmon
/netbsd-current/sys/arch/m68k/include/
H A Dpmap_motorola.h95 u_int pm_count; /* pmap reference count */ member in struct:pmap
/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h155 unsigned int pm_count; /* [24] reference count */ member in struct:pmap
/netbsd-current/sys/net/lagg/
H A Dif_lagg_lacp.c146 size_t pm_count; member in struct:lacp_portmap
391 if (pm->pm_count == 0)
1638 if (pm->pm_count == 0) {
1643 hash %= pm->pm_count;
2082 pm_next->pm_count = n;
2088 pm_act->pm_count, pm_next->pm_count));
2099 pm_act->pm_count = 0;
2124 for (i = 0; i < pm->pm_count; i++) {
2777 for (i = 0; i < pm->pm_count;
[all...]
/netbsd-current/sys/arch/usermode/usermode/
H A Dpmap.c72 int pm_count; member in struct:pmap
358 pmap->pm_count = 1; /* reference */
512 pmap->pm_count = 1;
532 if (--pmap->pm_count > 0)
567 pmap->pm_count++;
/netbsd-current/sys/arch/m68k/m68k/
H A Dpmap_motorola.c396 pmap_kernel()->pm_count = 1;
742 pmap->pm_count = 1;
758 count = atomic_dec_uint_nv(&pmap->pm_count);
780 if (pmap->pm_count != 1)
805 atomic_inc_uint(&pmap->pm_count);
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c1434 atomic_store_relaxed(&pmap_kernel()->pm_count, 1);
1624 atomic_store_relaxed(&pmap->pm_count, 1);
1676 KASSERT(atomic_load_relaxed(&pmap->pm_count) > 0);
1677 if (atomic_dec_uint_nv(&pmap->pm_count) > 0)
1720 newcount = atomic_inc_uint_nv(&pmap->pm_count);
2771 KASSERT(atomic_load_relaxed(&pmap->pm_count) > 1);
/netbsd-current/sys/arch/vax/vax/
H A Dpmap.c388 pmap->pm_count = 1;
887 pmap->pm_count = 1;
951 * If the pmap is NULL then just return else decrease pm_count.
960 if (atomic_dec_uint_nv(&pmap->pm_count) == 0) {

Completed in 291 milliseconds