OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_FREE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_pgflcache.c
142
KASSERT(pg->flags &
PG_FREE
);
188
KASSERT(pcc->pages[pcc->count]->flags &
PG_FREE
);
222
KASSERT(pg->flags ==
PG_FREE
);
254
KASSERT((pg->flags &
PG_FREE
) == 0);
258
pg->flags =
PG_FREE
;
uvm_page.h
130
* =>
PG_FREE
is set in flags
199
*
PG_FREE
=> additionally locked by uvm_fpageqlock
259
#define
PG_FREE
0x00004000 /* page is on free list */
423
#define VM_PAGE_IS_FREE(entry) ((entry)->flags &
PG_FREE
)
uvm_page.c
1043
* Got a free page!
PG_FREE
must be cleared under
1047
KASSERT(pg->flags ==
PG_FREE
);
1428
KASSERT(!(pg->flags &
PG_FREE
));
1562
/*
PG_FREE
must be set under lock because of uvm_pglistalloc(). */
1563
pg->flags =
PG_FREE
;
2155
if ((pg->flags &
PG_FREE
) == 0) {
2176
if (pg->flags &
PG_FREE
) {
/src/sys/arch/amd64/amd64/
machdep.c
853
if (pg->uanon || (pg->flags &
PG_FREE
) ||
/src/sys/arch/x86/x86/
pmap.c
4564
KASSERTMSG(ptp == NULL || (ptp->flags &
PG_FREE
) == 0,
Completed in 182 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025