Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/mips/mips/
Dpmap.c1429 static long pv_entry_frees, pv_entry_allocs; variable
1432 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
1532 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
1582 PV_STAT(pv_entry_frees++); in free_pv_entry()
2914 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
/freebsd-12-stable/sys/riscv/riscv/
Dpmap.c1577 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1580 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
1620 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
3721 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()
/freebsd-12-stable/sys/i386/i386/
Dpmap.c2364 static long pv_entry_frees, pv_entry_allocs; variable
2367 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
2471 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2528 PV_STAT(pv_entry_frees++); in free_pv_entry()
4881 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
/freebsd-12-stable/sys/arm/arm/
Dpmap-v6.c2783 static long pv_entry_frees, pv_entry_allocs; variable
2786 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
2916 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2990 PV_STAT(pv_entry_frees++); in free_pv_entry()
4506 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
/freebsd-12-stable/sys/arm64/arm64/
Dpmap.c1847 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1850 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
1995 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk()
2061 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
4429 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()
/freebsd-12-stable/sys/amd64/amd64/
Dpmap.c4049 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
4052 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0,
4228 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk()
4292 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
7139 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()