PVE_PER_PVPAGE 278 arch/i386/i386/pmap.c #define PVE_LOWAT (PVE_PER_PVPAGE / 2) /* free pv_entry low water mark */ PVE_PER_PVPAGE 279 arch/i386/i386/pmap.c #define PVE_HIWAT (PVE_LOWAT + (PVE_PER_PVPAGE * 2)) PVE_PER_PVPAGE 1126 arch/i386/i386/pmap.c tofree = (need_entry) ? PVE_PER_PVPAGE - 1 : PVE_PER_PVPAGE; PVE_PER_PVPAGE 1173 arch/i386/i386/pmap.c if (pvp->pvinfo.pvpi_nfree == PVE_PER_PVPAGE) { PVE_PER_PVPAGE 1274 arch/i386/i386/pmap.c pv_nfpvents -= PVE_PER_PVPAGE; /* update free count */ PVE_PER_PVPAGE 329 arch/i386/include/pmap.h struct pv_entry pvents[PVE_PER_PVPAGE];