Searched refs:pv_entry_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/ia64/ia64/
H A Dpmap.c224 static int pv_entry_count; variable
744 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
851 pv_entry_count -= freed;
900 pv_entry_count--;
954 pv_entry_count++;
985 pv_entry_count--;
2210 pv_entry_count--;
/freebsd-10.1-release/sys/arm/arm/
H A Dpmap-v6.c434 static int pv_entry_count, pv_entry_max, pv_entry_high_water; variable
471 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2288 pv_entry_count--;
3557 if (pv_entry_count < pv_entry_high_water &&
4164 pv_entry_count -= freed;
4215 pv_entry_count--;
4270 pv_entry_count++;
4272 if (pv_entry_count > pv_entry_high_water)
4309 pv_entry_count
[all...]
H A Dpmap.c405 static int pv_entry_count=0, pv_entry_max=0, pv_entry_high_water=0; variable
3785 pv_entry_count--;
3801 pv_entry_count++;
3802 if (pv_entry_count > pv_entry_high_water)
/freebsd-10.1-release/sys/i386/xen/
H A Dpmap.c234 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
1934 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2045 pv_entry_count -= freed;
2103 pv_entry_count--;
2161 pv_entry_count++;
2162 if (pv_entry_count > pv_entry_high_water)
2199 pv_entry_count--;
2269 if (pv_entry_count < pv_entry_high_water &&
3674 pv_entry_count
[all...]
/freebsd-10.1-release/sys/i386/i386/
H A Dpmap.c240 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
2151 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2275 pv_entry_count -= freed;
2333 pv_entry_count--;
2391 pv_entry_count++;
2392 if (pv_entry_count > pv_entry_high_water)
2429 pv_entry_count--;
2584 if (pv_entry_count < pv_entry_high_water &&
2603 if (pv_entry_count < pv_entry_high_wate
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Dpmap.c157 static int pv_entry_count; variable
1334 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
1446 pv_entry_count -= freed;
1495 pv_entry_count--;
1549 pv_entry_count++;
1580 pv_entry_count--;
2739 pv_entry_count--;
/freebsd-10.1-release/sys/powerpc/booke/
H A Dpmap.c218 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
754 pv_entry_count++;
755 if (pv_entry_count > pv_entry_high_water)
767 pv_entry_count--;
/freebsd-10.1-release/sys/amd64/amd64/
H A Dpmap.c2671 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
2678 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2797 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
2848 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
2923 PV_STAT(atomic_add_long(&pv_entry_count, 1));
2953 PV_STAT(atomic_add_long(&pv_entry_count, 1));
3133 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1));
5424 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
2670 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable

Completed in 219 milliseconds