Searched refs:pv_entry_frees (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap_base.c | 233 long pv_entry_frees, pv_entry_allocs; variable 248 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, 249 &pv_entry_frees, 0,
|
| H A D | pmap.c | 2323 extern long pv_entry_frees, pv_entry_allocs; 2423 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 2480 PV_STAT(pv_entry_frees++); in free_pv_entry() 4847 PV_STAT(pv_entry_frees++); in __CONCAT()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1421 static long pv_entry_frees, pv_entry_allocs; variable 1424 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0, 1524 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 1574 PV_STAT(pv_entry_frees++); in free_pv_entry() 2877 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 2780 static long pv_entry_frees, pv_entry_allocs; variable 2783 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0, 2913 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 2987 PV_STAT(pv_entry_frees++); in free_pv_entry() 4503 PV_STAT(pv_entry_frees++); in pmap_remove_pages()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2264 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; 2267 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0, 2413 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk() 2479 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 5239 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 4866 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable 4869 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_frees, CTLFLAG_RD, &pv_entry_frees, 0, 5049 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk_domain() 5130 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 8161 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in pmap_remove_pages()
|