HomeSort by: relevance | last modified time | path
    Searched defs:pm_count (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/vax/include/
pmap.h 105 u_int pm_count; /* reference count */ member in struct:pmap
240 #define pmap_reference(pmap) atomic_inc_uint(&(pmap)->pm_count)
  /src/sys/arch/m68k/include/
pmap_motorola.h 95 u_int pm_count; /* pmap reference count */ member in struct:pmap
  /src/sys/arch/alpha/include/
pmap.h 155 unsigned int pm_count; /* [24] reference count */ member in struct:pmap
  /src/sys/arch/sparc64/dev/
sbusreg.h 76 uint64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:sysioreg::perfmon
psychoreg.h 108 uint64_t pm_count; /* Performance monitor counter reg */ /* 1fe.0000.0108 */ member in struct:psychoreg::perfmon
  /src/sys/arch/usermode/usermode/
pmap.c 72 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++;
  /src/sys/net/lagg/
if_lagg_lacp.c 146 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; i++)
    [all...]

Completed in 17 milliseconds