Searched refs:PQ_ACTIVE (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/uvm/
H A Duvm_page.h153 #define PQ_ACTIVE 0x00040000 /* page is in active list */ macro
H A Duvm_page.c955 if ((pg->pg_flags & (PG_TABLED|PQ_ACTIVE|PQ_INACTIVE)) &&
1271 if (pg->pg_flags & PQ_ACTIVE) {
1273 atomic_clearbits_int(&pg->pg_flags, PQ_ACTIVE);
1308 atomic_setbits_int(&pg->pg_flags, PQ_ACTIVE);
1320 if (pg->pg_flags & PQ_ACTIVE) {
1322 atomic_clearbits_int(&pg->pg_flags, PQ_ACTIVE);
H A Duvm_vnode.c671 (pp->pg_flags & PQ_ACTIVE) != 0)
H A Duvm_map.c3035 } else if (pg->pg_flags & PQ_ACTIVE) {

Completed in 187 milliseconds