Home
last modified time | relevance | path

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

/freebsd-13.1/sys/i386/i386/
H A Dpmap_base.c232 int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable
239 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD,
240 &pc_chunk_allocs, 0,
H A Dpmap.c2314 extern int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail;
2579 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
/freebsd-13.1/sys/mips/mips/
H A Dpmap.c1410 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable
1414 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0,
1671 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
/freebsd-13.1/sys/riscv/riscv/
H A Dpmap.c1561 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail;
1565 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0,
1709 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry()
/freebsd-13.1/sys/arm64/arm64/
H A Dpmap.c2255 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable
2259 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0,
2573 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry()
2635 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries()
/freebsd-13.1/sys/arm/arm/
H A Dpmap-v6.c2769 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable
2773 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD, &pc_chunk_allocs, 0,
3077 PV_STAT(pc_chunk_allocs++); in get_pv_entry()
/freebsd-13.1/sys/amd64/amd64/
H A Dpmap.c4979 static COUNTER_U64_DEFINE_EARLY(pc_chunk_allocs);
4980 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pc_chunk_allocs, CTLFLAG_RD,
4981 &pc_chunk_allocs, "Total number of pv entry chunks allocated");
5390 PV_STAT(counter_u64_add(pc_chunk_allocs, 1)); in get_pv_entry()
5490 PV_STAT(counter_u64_add(pc_chunk_allocs, 1)); in reserve_pv_entries()
/freebsd-13.1/sys/powerpc/aim/
H A Dmmu_radix.c1217 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries()
1642 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry()