Home
last modified time | relevance | path

Searched refs:pv_entry_allocs (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/mips/mips/
H A Dpmap.c1373 static long pv_entry_frees, pv_entry_allocs; variable
1378 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
1574 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/freebsd-12.1/sys/riscv/riscv/
H A Dpmap.c1577 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1582 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
1677 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
/freebsd-12.1/sys/arm64/arm64/
H A Dpmap.c1848 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1853 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
2118 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
2301 PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
/freebsd-12.1/sys/i386/i386/
H A Dpmap.c2356 static long pv_entry_frees, pv_entry_allocs; variable
2361 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
2579 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/freebsd-12.1/sys/arm/arm/
H A Dpmap-v6.c2785 static long pv_entry_frees, pv_entry_allocs; variable
2790 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs,
3034 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/freebsd-12.1/sys/amd64/amd64/
H A Dpmap.c3951 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
3956 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
4250 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
4466 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_pde()