Home
last modified time | relevance | path

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

/freebsd-src/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.c2298 extern long pv_entry_frees, pv_entry_allocs;
2398 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2455 PV_STAT(pv_entry_frees++); in free_pv_entry()
4924 PV_STAT(pv_entry_frees++); in __CONCAT()
/freebsd-src/sys/arm/arm/
H A Dpmap-v6.c2759 static long pv_entry_frees, pv_entry_allocs; variable
2762 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
2892 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2966 PV_STAT(pv_entry_frees++); in free_pv_entry()
4481 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
/freebsd-src/sys/riscv/riscv/
H A Dpmap.c1962 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; in free_pv_entry()
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 get_pv_entry()
4308 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_is_prefaultable()
1903 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; global() variable
/freebsd-src/sys/arm64/arm64/
H A Dpmap.c3104 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; in reclaim_pv_chunk_domain()
3107 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0, in reclaim_pv_chunk_domain()
3255 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in free_pv_entry()
3337 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in get_pv_entry()
7051 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_is_prefaultable()
3016 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; global() variable
/freebsd-src/sys/amd64/amd64/
H A Dpmap.c5251 static COUNTER_U64_DEFINE_EARLY(pv_entry_frees); in reclaim_pv_chunk_leave_pmap()
5252 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, in reclaim_pv_chunk_leave_pmap()
5253 &pv_entry_frees, "Total number of pv entries freed"); in reclaim_pv_chunk_leave_pmap()
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_chunk_dequeued()
8717 PV_STAT(counter_u64_add(pv_entry_frees, freed));
/freebsd-src/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()