OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PQ_INTENT_SET
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_pdpolicy.h
81
pg->pqflags =
PQ_INTENT_SET
| (pg->pqflags & ~PQ_INTENT_MASK) | i;
uvm_pdpolicy_clock.c
450
KASSERT((pg->pqflags & (PQ_INTENT_MASK |
PQ_INTENT_SET
)) !=
451
(PQ_INTENT_D |
PQ_INTENT_SET
));
463
pg->pqflags &= ~(PQ_ACTIVE |
PQ_INTENT_SET
);
489
KASSERT((pg->pqflags & (PQ_INTENT_MASK |
PQ_INTENT_SET
)) !=
490
(PQ_INTENT_D |
PQ_INTENT_SET
));
495
pg->pqflags &= ~(PQ_INACTIVE |
PQ_INTENT_SET
);
527
pg->pqflags &= ~(PQ_ACTIVE | PQ_INACTIVE |
PQ_INTENT_SET
);
566
if ((pqflags &
PQ_INTENT_SET
) != 0) {
580
if ((pqflags &
PQ_INTENT_SET
) != 0) {
701
switch (pg->pqflags & (PQ_INTENT_MASK |
PQ_INTENT_SET
)) {
[
all
...]
uvm_page.h
280
*
PQ_INTENT_SET
:
299
#define
PQ_INTENT_SET
0x00000004 /* not realized yet */
uvm_pdpolicy_clockpro.c
1225
pq->pqflags &= ~(
PQ_INTENT_SET
| PQ_INTENT_QUEUED);
1226
switch (pqflags & (PQ_INTENT_MASK |
PQ_INTENT_SET
)) {
1227
case PQ_INTENT_A |
PQ_INTENT_SET
:
1230
case PQ_INTENT_E |
PQ_INTENT_SET
:
1233
case PQ_INTENT_I |
PQ_INTENT_SET
:
1236
case PQ_INTENT_D |
PQ_INTENT_SET
:
uvm_page.c
1917
if ((pg->pqflags &
PQ_INTENT_SET
) == 0 ||
1938
if ((pg1->pqflags &
PQ_INTENT_SET
) == 0 ||
1947
if ((pg2->pqflags &
PQ_INTENT_SET
) == 0 ||
Completed in 27 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025