Home
last modified time | relevance | path

Searched refs:pc_chunk_allocs (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/i386/i386/
H A Dpmap_base.c230 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 Dpmap.c2296 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 Dpmap.c1737 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 Dpmap-v6.c2750 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 Dpmap.c2774 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 Dpmap.c5220 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 Dmmu_radix.c1225 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()