Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dpmap_base.c229 long pv_entry_frees, pv_entry_allocs; variable
244 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD,
245 &pv_entry_frees, 0,
H A Dpmap.c2289 extern long pv_entry_frees, pv_entry_allocs;
2389 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2446 PV_STAT(pv_entry_frees++); in free_pv_entry()
4915 PV_STAT(pv_entry_frees++); in __CONCAT()
/freebsd/sys/arm/arm/
H A Dpmap-v6.c2757 static long pv_entry_frees, pv_entry_allocs; variable
2760 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
2890 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2964 PV_STAT(pv_entry_frees++); in free_pv_entry()
4479 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
/freebsd/sys/riscv/riscv/
H A Dpmap.c1962 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
1965 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
2004 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
4308 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()
/freebsd/sys/arm64/arm64/
H A Dpmap.c3105 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
3108 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
3256 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk_domain()
3338 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
7052 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()
/freebsd/sys/amd64/amd64/
H A Dpmap.c5251 static COUNTER_U64_DEFINE_EARLY(pv_entry_frees);
5252 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD,
5253 &pv_entry_frees, "Total number of pv entries freed");
5438 PV_STAT(counter_u64_add(pv_entry_frees, freed)); in reclaim_pv_chunk_domain()
5518 PV_STAT(counter_u64_add(pv_entry_frees, 1)); in free_pv_entry()
8717 PV_STAT(counter_u64_add(pv_entry_frees, freed)); in pmap_remove_pages()
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c1492 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk()
1559 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
5602 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in mmu_radix_remove_pages()