Searched refs:pv_entry_frees (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/mips/mips/ |
| D | pmap.c | 1429 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/ |
| D | pmap.c | 1577 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/ |
| D | pmap.c | 2364 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/ |
| D | pmap-v6.c | 2783 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/ |
| D | pmap.c | 1847 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/ |
| D | pmap.c | 4049 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()
|