Searched refs:pc_chunk_allocs (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | pmap_base.c | 228 int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 235 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, 236 &pc_chunk_allocs, 0,
|
H A D | pmap.c | 2288 extern int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; 2553 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 1951 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 1955 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 2096 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry() 2159 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries()
|
/freebsd/sys/arm/arm/ |
H A D | pmap-v6.c | 2746 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 2750 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 3054 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 3094 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable 3098 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0, 3464 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry() 3528 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 5238 static COUNTER_U64_DEFINE_EARLY(pc_chunk_allocs); 5239 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, 5240 &pc_chunk_allocs, "Total number of pv entry chunks allocated"); 5646 PV_STAT(counter_u64_add(pc_chunk_allocs, 1)); in get_pv_entry() 5746 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()
|