Home
last modified time | relevance | path

Searched refs:pv_entry_frees (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/i386/i386/
H A Dpmap_base.c231 long pv_entry_frees, pv_entry_allocs; variable
246 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD,
247 &pv_entry_frees, 0,
H A Dpmap.c2297 extern long pv_entry_frees, pv_entry_allocs;
2397 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2454 PV_STAT(pv_entry_frees++); in free_pv_entry()
4825 PV_STAT(pv_entry_frees++); in __CONCAT()
/freebsd-14.2/sys/arm/arm/
H A Dpmap-v6.c2761 static long pv_entry_frees, pv_entry_allocs; variable
2764 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
2894 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2968 PV_STAT(pv_entry_frees++); in free_pv_entry()
4483 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
/freebsd-14.2/sys/riscv/riscv/
H A Dpmap.c1748 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1751 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
1791 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
4056 PV_STAT(atomic_add_long(&pv_entry_frees, 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
2788 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
2934 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk_domain()
3016 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
5857 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()
/freebsd-14.2/sys/amd64/amd64/
H A Dpmap.c5233 static COUNTER_U64_DEFINE_EARLY(pv_entry_frees);
5234 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD,
5235 &pv_entry_frees, "Total number of pv entries freed");
5420 PV_STAT(counter_u64_add(pv_entry_frees, freed)); in reclaim_pv_chunk_domain()
5500 PV_STAT(counter_u64_add(pv_entry_frees, 1)); in free_pv_entry()
8690 PV_STAT(counter_u64_add(pv_entry_frees, freed)); in pmap_remove_pages()
/freebsd-14.2/sys/powerpc/aim/
H A Dmmu_radix.c1491 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk()
1558 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
5556 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in mmu_radix_remove_pages()