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

/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1513 static int pv_entry_spare;
1521 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
1556 PV_STAT(atomic_add_int(&pv_entry_spare, 1));
1584 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
1635 PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
1667 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
2783 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c1827 static int pv_entry_spare;
1835 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
1976 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
1981 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
2043 PV_STAT(atomic_add_int(&pv_entry_spare, 1));
2071 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
2119 PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
2149 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
2208 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCP
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c1368 static int pv_entry_spare; variable
1374 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
1463 PV_STAT(pv_entry_spare += freed);
1481 PV_STAT(pv_entry_spare -= _NPCPV);
1512 PV_STAT(pv_entry_spare++);
1543 PV_STAT(pv_entry_spare -= _NPCPV);
1584 PV_STAT(pv_entry_spare--);
1589 PV_STAT(pv_entry_spare--);
1616 PV_STAT(pv_entry_spare
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c2199 static int pv_entry_spare; variable
2205 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
2306 PV_STAT(pv_entry_spare += freed);
2324 PV_STAT(pv_entry_spare -= _NPCPV);
2363 PV_STAT(pv_entry_spare++);
2394 PV_STAT(pv_entry_spare -= _NPCPV);
2443 PV_STAT(pv_entry_spare--);
2448 PV_STAT(pv_entry_spare--);
2479 PV_STAT(pv_entry_spare
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c2777 static int pv_entry_spare; variable
2783 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
2910 PV_STAT(pv_entry_spare += freed);
2928 PV_STAT(pv_entry_spare -= _NPCPV);
2961 PV_STAT(pv_entry_spare -= _NPCPV);
2984 PV_STAT(pv_entry_spare++);
3047 PV_STAT(pv_entry_spare--);
3052 PV_STAT(pv_entry_spare--);
3083 PV_STAT(pv_entry_spare
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c3190 static int pv_entry_spare;
3198 SYSCTL_INT(_vm_pmap, OID_AUTO, pv_entry_spare, CTLFLAG_RD, &pv_entry_spare, 0,
3369 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
3374 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
3433 PV_STAT(atomic_add_int(&pv_entry_spare, 1));
3461 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
3509 PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
3539 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
3632 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCP
3189 static int pv_entry_spare; variable
[all...]

Completed in 177 milliseconds