Searched refs:pv_entry_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1512 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1519 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
1557 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
1634 PV_STAT(atomic_add_long(&pv_entry_count, 1));
1666 PV_STAT(atomic_add_long(&pv_entry_count, 1));
2784 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c1826 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1833 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
1977 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
2044 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
2118 PV_STAT(atomic_add_long(&pv_entry_count, 1));
2148 PV_STAT(atomic_add_long(&pv_entry_count, 1));
2310 PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
3836 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c246 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
2183 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2307 pv_entry_count -= freed;
2364 pv_entry_count--;
2422 pv_entry_count++;
2423 if (pv_entry_count > pv_entry_high_water)
2460 pv_entry_count--;
2617 if (pv_entry_count < pv_entry_high_water &&
2636 if (pv_entry_count < pv_entry_high_wate
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c280 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
2761 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
2911 pv_entry_count -= freed;
2985 pv_entry_count--;
3026 pv_entry_count++;
3027 if (pv_entry_count > pv_entry_high_water)
3064 pv_entry_count--;
3221 if (pv_entry_count < pv_entry_high_water &&
3240 if (pv_entry_count < pv_entry_high_wate
[all...]
H A Dpmap-v4.c405 static int pv_entry_count=0, pv_entry_max=0, pv_entry_high_water=0; variable
3806 pv_entry_count--;
3822 pv_entry_count++;
3823 if (pv_entry_count > pv_entry_high_water)
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c153 static int pv_entry_count; variable
1352 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
1464 pv_entry_count -= freed;
1513 pv_entry_count--;
1567 pv_entry_count++;
1598 pv_entry_count--;
2816 pv_entry_count--;
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c3189 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
3196 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_count, CTLFLAG_RD, &pv_entry_count, 0,
3370 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
3434 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
3508 PV_STAT(atomic_add_long(&pv_entry_count, 1));
3538 PV_STAT(atomic_add_long(&pv_entry_count, 1));
3734 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1));
6153 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
3188 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c215 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0; variable
781 pv_entry_count++;
782 if (pv_entry_count > pv_entry_high_water)
794 pv_entry_count--;

Completed in 317 milliseconds