OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_SWAPBACKED
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_page_status.c
131
if ((pg->flags &
PG_SWAPBACKED
) != 0) {
uvm_page.h
265
#define
PG_SWAPBACKED
(PG_ANON|PG_AOBJ)
uvm_pdaemon.c
523
KASSERT((pg->flags &
PG_SWAPBACKED
) != 0);
750
if ((p->flags &
PG_SWAPBACKED
) == 0) {
uvm_pdpolicy_clock.c
419
if (swap_shortage > 0 && (p->flags &
PG_SWAPBACKED
) != 0 &&
uvm_pdpolicy_clockpro.c
1394
if ((pg->flags &
PG_SWAPBACKED
) == 0) {
1415
if ((pg->flags &
PG_SWAPBACKED
) != 0 &&
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025