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

/freebsd-current/sys/i386/i386/
H A Dpmap_base.c150 int pv_entry_count = 0; variable
151 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD,
152 &pv_entry_count, 0,
H A Dpmap.c249 extern int pv_entry_max, pv_entry_count;
2400 pv_entry_count -= freed;
2457 pv_entry_count--;
2515 pv_entry_count++;
2516 if (pv_entry_count > pv_entry_high_water)
2553 pv_entry_count--;
2710 if (pv_entry_count < pv_entry_high_water &&
2731 if ((noreclaim && pv_entry_count >= pv_entry_high_water) ||
4926 pv_entry_count--;
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c275 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
2744 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2894 pv_entry_count -= freed;
2968 pv_entry_count--;
3009 pv_entry_count++;
3010 if (pv_entry_count > pv_entry_high_water)
3047 pv_entry_count--;
3204 if (pv_entry_count < pv_entry_high_water &&
3225 if ((noreclaim && pv_entry_count >
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c1775 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1782 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
1820 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
1893 PV_STAT(atomic_add_long(&pv_entry_count, 1));
1922 PV_STAT(atomic_add_long(&pv_entry_count, 1));
4080 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
/freebsd-current/sys/powerpc/booke/
H A Dpmap.c256 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
547 pv_entry_count++;
548 if (pv_entry_count > pv_entry_high_water)
560 pv_entry_count--;
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3030 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
3037 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
3183 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
3265 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
3372 PV_STAT(atomic_add_long(&pv_entry_count, 1));
3401 PV_STAT(atomic_add_long(&pv_entry_count, 1));
3565 PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
6904 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c5234 static COUNTER_U64_DEFINE_EARLY(pv_entry_count);
5235 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD,
5236 &pv_entry_count, "Current number of pv entries");
5415 PV_STAT(counter_u64_add(pv_entry_count, -freed));
5495 PV_STAT(counter_u64_add(pv_entry_count, -1));
5604 PV_STAT(counter_u64_add(pv_entry_count, 1));
5635 PV_STAT(counter_u64_add(pv_entry_count, 1));
5836 PV_STAT(counter_u64_add(pv_entry_count, NPTEPG - 1));
8686 PV_STAT(counter_u64_add(pv_entry_count, -freed));
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c1346 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1));
1494 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
1561 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
1633 PV_STAT(atomic_add_long(&pv_entry_count, 1));
1662 PV_STAT(atomic_add_long(&pv_entry_count, 1));
5589 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));

Completed in 188 milliseconds