OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_STAT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_page_status.c
130
if ((pg->flags &
PG_STAT
) != 0) {
uvm_page.h
264
#define
PG_STAT
(PG_ANON|PG_AOBJ|PG_FILE)
uvm_page.c
214
if ((pg->flags &
PG_STAT
) != 0) {
273
if ((pg->flags &
PG_STAT
) != 0) {
1347
* oldpg's
PG_STAT
is stable. newpg is not reachable by others yet.
1350
(newpg->flags & ~
PG_STAT
) | (oldpg->flags &
PG_STAT
);
1483
KASSERT((pg->flags &
PG_STAT
) == 0);
Completed in 14 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025