Searched refs:pv_entry_allocs (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/mips/mips/ |
| H A D | pmap.c | 1373 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 D | pmap.c | 1577 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 D | pmap.c | 1848 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 D | pmap.c | 2356 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 D | pmap-v6.c | 2785 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 D | pmap.c | 3951 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()
|