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

/freebsd-current/sys/i386/i386/
H A Dpmap_base.c230 int pv_entry_spare; variable
250 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD,
251 &pv_entry_spare, 0,
H A Dpmap.c2299 extern int pv_entry_spare;
2399 PV_STAT(pv_entry_spare += freed);
2417 PV_STAT(pv_entry_spare -= _NPCPV);
2456 PV_STAT(pv_entry_spare++);
2487 PV_STAT(pv_entry_spare -= _NPCPV);
2536 PV_STAT(pv_entry_spare--);
2541 PV_STAT(pv_entry_spare--);
2572 PV_STAT(pv_entry_spare += _NPCPV - 1);
4925 PV_STAT(pv_entry_spare++);
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c2760 static int pv_entry_spare; variable
2766 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
2893 PV_STAT(pv_entry_spare += freed);
2911 PV_STAT(pv_entry_spare -= _NPCPV);
2944 PV_STAT(pv_entry_spare -= _NPCPV);
2967 PV_STAT(pv_entry_spare++);
3030 PV_STAT(pv_entry_spare--);
3035 PV_STAT(pv_entry_spare--);
3066 PV_STAT(pv_entry_spare
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c1776 static int pv_entry_spare;
1784 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
1819 PV_STAT(atomic_add_int(&pv_entry_spare, 1));
1846 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
1894 PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
1923 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
4079 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c1234 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV));
1347 PV_STAT(atomic_subtract_int(&pv_entry_spare, NPTEPG - 1));
1493 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
1497 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
1560 PV_STAT(atomic_add_int(&pv_entry_spare, 1));
1587 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
1634 PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
1663 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
5588 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3031 static int pv_entry_spare; variable
3039 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
3182 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
3186 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
3264 PV_STAT(atomic_add_int(&pv_entry_spare, 1));
3288 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
3373 PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
3402 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
3460 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCP
[all...]
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c5238 static COUNTER_U64_DEFINE_EARLY(pv_entry_spare);
5239 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD,
5240 &pv_entry_spare, "Current number of spare pv entries");
5414 PV_STAT(counter_u64_add(pv_entry_spare, freed));
5418 PV_STAT(counter_u64_add(pv_entry_spare, -_NPCPV));
5494 PV_STAT(counter_u64_add(pv_entry_spare, 1));
5518 PV_STAT(counter_u64_add(pv_entry_spare, -_NPCPV));
5605 PV_STAT(counter_u64_add(pv_entry_spare, -1));
5636 PV_STAT(counter_u64_add(pv_entry_spare, _NPCPV - 1));
5731 PV_STAT(counter_u64_add(pv_entry_spare, _NPCP
[all...]

Completed in 230 milliseconds