Searched refs:pc_chunk_allocs (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/i386/i386/ |
| H A D | pmap_base.c | 230 int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 237 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, 238 &pc_chunk_allocs, 0,
|
| H A D | pmap.c | 2296 extern int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 2561 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | pmap.c | 1737 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 1741 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 1883 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry()
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | pmap-v6.c | 2750 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2754 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 3058 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | pmap.c | 2774 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2778 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 3142 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry() 3206 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries()
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | pmap.c | 5220 static COUNTER_U64_DEFINE_EARLY(pc_chunk_allocs); 5221 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, 5222 &pc_chunk_allocs, "Total number of pv entry chunks allocated"); 5629 PV_STAT(counter_u64_add(pc_chunk_allocs, 1)); in get_pv_entry() 5729 PV_STAT(counter_u64_add(pc_chunk_allocs, 1)); in reserve_pv_entries()
|
| /freebsd-14.2/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 1225 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries() 1650 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry()
|