Searched refs:pc_chunk_frees (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap_base.c | 232 int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 242 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, 243 &pc_chunk_frees, 0,
|
| H A D | pmap.c | 2322 extern int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 2444 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2514 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1410 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 1416 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 1545 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 1608 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 2769 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2775 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 2934 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2967 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2253 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 2259 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 2421 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk() 2510 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 4855 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 4861 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 5057 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk_domain() 5158 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk_dequeued()
|