Searched refs:pv_entry_count (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap_base.c | 154 int pv_entry_count = 0; variable 155 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, 156 &pv_entry_count, 0,
|
| H A D | pmap.c | 263 extern int pv_entry_max, pv_entry_count; 2425 pv_entry_count -= freed; in pmap_pv_reclaim() 2482 pv_entry_count--; in free_pv_entry() 2540 pv_entry_count++; in get_pv_entry() 2541 if (pv_entry_count > pv_entry_high_water) in get_pv_entry() 2578 pv_entry_count--; in get_pv_entry() 2735 if (pv_entry_count < pv_entry_high_water && in pmap_try_insert_pv_entry() 2756 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pde() 4849 pv_entry_count--; in __CONCAT()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 160 static int pv_entry_count; variable 1406 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0, 1526 pv_entry_count -= freed; in pmap_pv_reclaim() 1576 pv_entry_count--; in free_pv_entry() 1631 pv_entry_count++; in get_pv_entry() 1662 pv_entry_count--; in get_pv_entry() 2879 pv_entry_count--; in pmap_remove_pages()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 279 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable 2765 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0, 2915 pv_entry_count -= freed; in pmap_pv_reclaim() 2989 pv_entry_count--; in free_pv_entry() 3030 pv_entry_count++; in get_pv_entry() 3031 if (pv_entry_count > pv_entry_high_water) in get_pv_entry() 3068 pv_entry_count--; in get_pv_entry() 3225 if (pv_entry_count < pv_entry_high_water && in pmap_try_insert_pv_entry() 3246 if ((noreclaim && pv_entry_count >= pv_entry_high_water) || in pmap_pv_insert_pte1() 4505 pv_entry_count--; 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; 2271 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0, 2415 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk() 2481 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry() 2555 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 2585 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 2748 PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1)); in pmap_pv_demote_l2() 5241 PV_STAT(atomic_subtract_long(&pv_entry_count, 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 4873 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0, 5051 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk_domain() 5132 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry() 5241 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 5272 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 5473 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1)); in pmap_pv_demote_pde() 8163 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in pmap_remove_pages()
|