Searched refs:pc_chunk_allocs (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/i386/i386/ |
| H A D | pmap_base.c | 229 int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 236 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, 237 &pc_chunk_allocs, 0,
|
| H A D | pmap.c | 2292 extern int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 2557 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | pmap.c | 2049 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2053 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 2194 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry() 2257 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries()
|
| /freebsd/sys/arm/arm/ |
| H A D | pmap-v6.c | 2781 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2785 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 3089 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | pmap.c | 3273 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 3277 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 3643 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry() 3707 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | pmap.c | 5133 static COUNTER_U64_DEFINE_EARLY(pc_chunk_allocs); 5134 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, 5135 &pc_chunk_allocs, "Total number of pv entry chunks allocated"); 5541 PV_STAT(counter_u64_add(pc_chunk_allocs, 1)); in get_pv_entry() 5641 PV_STAT(counter_u64_add(pc_chunk_allocs, 1)); in reserve_pv_entries()
|
| /freebsd/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 1226 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries() 1651 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry()
|