Home
last modified time | relevance | path

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

/freebsd/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; in pmap_pv_reclaim()
2457 pv_entry_count--; in free_pv_entry()
2515 pv_entry_count++; in get_pv_entry()
2516 if (pv_entry_count > pv_entry_high_water) in get_pv_entry()
2553 pv_entry_count--; in get_pv_entry()
2710 if (pv_entry_count < pv_entry_high_water && in pmap_try_insert_pv_entry()
2731 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pde()
4926 pv_entry_count--; in __CONCAT()
/freebsd/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; in pmap_pv_reclaim()
2968 pv_entry_count--; in free_pv_entry()
3009 pv_entry_count++; in get_pv_entry()
3010 if (pv_entry_count > pv_entry_high_water) in get_pv_entry()
3047 pv_entry_count--; in get_pv_entry()
3204 if (pv_entry_count < pv_entry_high_water && in pmap_try_insert_pv_entry()
3225 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pte1()
4483 pv_entry_count--; in pmap_remove_pages()
/freebsd/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++; in pv_alloc()
548 if (pv_entry_count > pv_entry_high_water) in pv_alloc()
560 pv_entry_count--; in pv_free()
/freebsd/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)); in free_pv_entry()
1893 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
1922 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
4061 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in pmap_remove_pages()
/freebsd/sys/arm64/arm64/
H A Dpmap.c3031 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
3038 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
3184 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk_domain()
3266 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry()
3373 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
3402 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
3566 PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
6905 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in pmap_remove_pages()
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c1346 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1)); in pmap_pv_demote_l3e()
1494 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk()
1561 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry()
1633 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
1662 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
5604 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in mmu_radix_remove_pages()
/freebsd/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)); in reclaim_pv_chunk_domain()
5495 PV_STAT(counter_u64_add(pv_entry_count, -1)); in free_pv_entry()
5604 PV_STAT(counter_u64_add(pv_entry_count, 1)); in get_pv_entry()
5635 PV_STAT(counter_u64_add(pv_entry_count, 1)); in get_pv_entry()
5836 PV_STAT(counter_u64_add(pv_entry_count, NPTEPG - 1)); in pmap_pv_demote_pde()
8689 PV_STAT(counter_u64_add(pv_entry_count, -freed)); in pmap_remove_pages()