Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/i386/
H A Dpmap_base.c152 int pv_entry_count = 0; variable
153 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD,
154 &pv_entry_count, 0,
H A Dpmap.c261 extern int pv_entry_max, pv_entry_count;
2399 pv_entry_count -= freed; in pmap_pv_reclaim()
2456 pv_entry_count--; in free_pv_entry()
2514 pv_entry_count++; in get_pv_entry()
2515 if (pv_entry_count > pv_entry_high_water) in get_pv_entry()
2552 pv_entry_count--; in get_pv_entry()
2709 if (pv_entry_count < pv_entry_high_water && in pmap_try_insert_pv_entry()
2730 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pde()
4827 pv_entry_count--; in __CONCAT()
/freebsd-14.2/sys/arm/arm/
H A Dpmap-v6.c277 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
2746 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2896 pv_entry_count -= freed; in pmap_pv_reclaim()
2970 pv_entry_count--; in free_pv_entry()
3011 pv_entry_count++; in get_pv_entry()
3012 if (pv_entry_count > pv_entry_high_water) in get_pv_entry()
3049 pv_entry_count--; in get_pv_entry()
3206 if (pv_entry_count < pv_entry_high_water && in pmap_try_insert_pv_entry()
3227 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pte1()
4485 pv_entry_count--; in pmap_remove_pages()
/freebsd-14.2/sys/powerpc/booke/
H A Dpmap.c257 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
548 pv_entry_count++; in pv_alloc()
549 if (pv_entry_count > pv_entry_high_water) in pv_alloc()
561 pv_entry_count--; in pv_free()
/freebsd-14.2/sys/riscv/riscv/
H A Dpmap.c1748 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1755 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
1793 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry()
1866 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
1895 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
4058 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in pmap_remove_pages()
/freebsd-14.2/sys/arm64/arm64/
H A Dpmap.c2785 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
2792 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2936 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk_domain()
3018 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry()
3125 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
3154 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
3318 PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
5859 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in pmap_remove_pages()
/freebsd-14.2/sys/powerpc/aim/
H A Dmmu_radix.c1345 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1)); in pmap_pv_demote_l3e()
1493 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk()
1560 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry()
1632 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
1661 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
5558 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in mmu_radix_remove_pages()
/freebsd-14.2/sys/amd64/amd64/
H A Dpmap.c5241 static COUNTER_U64_DEFINE_EARLY(pv_entry_count);
5242 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD,
5243 &pv_entry_count, "Current number of pv entries");
5422 PV_STAT(counter_u64_add(pv_entry_count, -freed)); in reclaim_pv_chunk_domain()
5502 PV_STAT(counter_u64_add(pv_entry_count, -1)); in free_pv_entry()
5611 PV_STAT(counter_u64_add(pv_entry_count, 1)); in get_pv_entry()
5642 PV_STAT(counter_u64_add(pv_entry_count, 1)); in get_pv_entry()
5843 PV_STAT(counter_u64_add(pv_entry_count, NPTEPG - 1)); in pmap_pv_demote_pde()
8692 PV_STAT(counter_u64_add(pv_entry_count, -freed)); in pmap_remove_pages()