Searched refs:pc_chunk_frees (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/mips/mips/ |
| H A D | pmap.c | 1362 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 1368 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 1489 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 1552 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | pmap.c | 2345 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2351 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 2484 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2554 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | pmap.c | 1566 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 1572 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 1651 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | pmap.c | 1837 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 1843 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 2004 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk() 2093 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | pmap-v6.c | 2774 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2780 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 2939 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2972 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | pmap.c | 3940 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 3946 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 4138 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk() 4225 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
|