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

/freebsd-current/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);
2455 PV_STAT(pv_entry_frees++);
4924 PV_STAT(pv_entry_frees++);
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c1775 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1778 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
1818 PV_STAT(atomic_add_long(&pv_entry_frees, 1));
4078 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
/freebsd-current/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);
2966 PV_STAT(pv_entry_frees++);
4481 PV_STAT(pv_entry_frees++);
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3030 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
3033 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
3181 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
3263 PV_STAT(atomic_add_long(&pv_entry_frees, 1));
6902 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c5226 static COUNTER_U64_DEFINE_EARLY(pv_entry_frees);
5227 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD,
5228 &pv_entry_frees, "Total number of pv entries freed");
5413 PV_STAT(counter_u64_add(pv_entry_frees, freed));
5493 PV_STAT(counter_u64_add(pv_entry_frees, 1));
8684 PV_STAT(counter_u64_add(pv_entry_frees, freed));
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c1492 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
1559 PV_STAT(atomic_add_long(&pv_entry_frees, 1));
5587 PV_STAT(atomic_add_long(&pv_entry_frees, freed));

Completed in 313 milliseconds