Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dpmap_base.c233 long pv_entry_frees, pv_entry_allocs; variable
251 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD,
252 &pv_entry_allocs, 0,
H A Dpmap.c2323 extern long pv_entry_frees, pv_entry_allocs;
2539 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/f-stack/freebsd/mips/mips/
H A Dpmap.c1421 static long pv_entry_frees, pv_entry_allocs; variable
1426 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
1630 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c2264 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
2269 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
2535 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
2718 PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c2780 static long pv_entry_frees, pv_entry_allocs; variable
2785 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs,
3029 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c4866 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
4871 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
5221 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
5443 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_pde()