Searched refs:pc_chunk_frees (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/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 | 2314 extern int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 2436 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2506 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | pmap.c | 1561 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 1567 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 1646 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | pmap.c | 2255 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2261 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0, 2422 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk() 2511 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | pmap.c | 4983 static COUNTER_U64_DEFINE_EARLY(pc_chunk_frees); 4984 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, 4985 &pc_chunk_frees, "Total number of pv entry chunks freed"); 5187 PV_STAT(counter_u64_add(pc_chunk_frees, 1)); in reclaim_pv_chunk_domain() 5288 PV_STAT(counter_u64_add(pc_chunk_frees, 1)); in free_pv_chunk_dequeued()
|
| /freebsd-13.1/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 1490 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk() 1580 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
|