Searched refs:pv_entry_allocs (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/i386/i386/
H A Dpmap_base.c229 long pv_entry_frees, pv_entry_allocs; variable
247 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD,
248 &pv_entry_allocs, 0,
H A Dpmap.c2298 extern long pv_entry_frees, pv_entry_allocs;
2514 PV_STAT(pv_entry_allocs++);
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c1775 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1780 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
1874 PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c2759 static long pv_entry_frees, pv_entry_allocs; variable
2764 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs,
3008 PV_STAT(pv_entry_allocs++);
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3030 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
3035 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
3353 PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
3536 PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1));
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c5230 static COUNTER_U64_DEFINE_EARLY(pv_entry_allocs);
5231 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD,
5232 &pv_entry_allocs, "Total number of pv entries allocated");
5584 PV_STAT(counter_u64_add(pv_entry_allocs, 1));
5806 PV_STAT(counter_u64_add(pv_entry_allocs, NPTEPG - 1));
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c1315 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1));
1614 PV_STAT(atomic_add_long(&pv_entry_allocs, 1));

Completed in 306 milliseconds