OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pqflags
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/uvm/
uvm_pdpolicy_clockpro.c
152
pg->
pqflags
= (pg->
pqflags
& ~PQ_QMASK) | (qidx * PQ_QFACTOR);
160
qidx = (pg->
pqflags
& PQ_QMASK) / PQ_QFACTOR;
681
pg->
pqflags
|= PQ_REFERENCED;
692
pg->
pqflags
&= ~PQ_REFERENCED;
708
if ((pg->
pqflags
& PQ_INITIALREF) != 0) {
710
pg->
pqflags
&= ~PQ_INITIALREF;
769
KASSERT((pg->
pqflags
& PQ_REFERENCED) == 0);
781
bool speculative = (pg->
pqflags
& PQ_SPECULATIVE) != 0; /* XXX */
783
KASSERT((~pg->
pqflags
& (PQ_INITIALREF|PQ_SPECULATIVE)) != 0)
1217
uint32_t
pqflags
;
local
[
all
...]
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)) !=
453
if (pg->
pqflags
& PQ_ACTIVE) {
458
if ((pg->
pqflags
& PQ_INACTIVE) == 0) {
463
pg->
pqflags
&= ~(PQ_ACTIVE | PQ_INTENT_SET);
464
pg->
pqflags
|= PQ_INACTIVE;
489
KASSERT((pg->
pqflags
& (PQ_INTENT_MASK | PQ_INTENT_SET)) !=
495
pg->
pqflags
&= ~(PQ_INACTIVE | PQ_INTENT_SET);
496
pg->
pqflags
|= PQ_ACTIVE;
517
if (pg->
pqflags
& PQ_ACTIVE) {
519
KASSERT((pg->
pqflags
& PQ_INACTIVE) == 0)
558
uint32_t
pqflags
;
local
576
uint32_t
pqflags
;
local
[
all
...]
uvm_page.c
1475
if (pg->
pqflags
& PQ_WANTED) {
1478
pg->
pqflags
&= ~PQ_WANTED;
1524
if ((pg->
pqflags
& PQ_WANTED) != 0) {
1525
pg->
pqflags
&= ~PQ_WANTED;
1643
pg->
pqflags
|= PQ_WANTED;
1663
if ((pg->
pqflags
& PQ_WANTED) != 0) {
1665
pg->
pqflags
&= ~PQ_WANTED;
1681
return (atomic_load_relaxed(&pg->
pqflags
) & PQ_WANTED) != 0;
1917
if ((pg->
pqflags
& PQ_INTENT_SET) == 0 ||
1918
(pg->
pqflags
& PQ_INTENT_QUEUED) != 0)
[
all
...]
uvm_page.h
166
uint32_t
pqflags
; /* i: pagedaemon flags */
member in struct:vm_page
275
* Flags stored in pg->
pqflags
, which is protected by pg->interlock.
uvm_loan.c
1201
KASSERT((oldpg->
pqflags
& PG_ANON) == 0);
/src/regress/sys/uvm/pdsim/
pdsim.h
63
int
pqflags
;
member in struct:vm_page
pdsim.c
71
pg->
pqflags
= 0;
/src/sys/rump/librump/rumpkern/
vm.c
746
pg->
pqflags
|= PQ_WANTED;
757
if ((pg->
pqflags
& PQ_WANTED) != 0) {
758
pg->
pqflags
&= ~PQ_WANTED;
/src/sys/ufs/lfs/
lfs_vfsops.c
2423
DLOG((DLOG_PAGE, "pg[%d]->
pqflags
= %x\n", i, pg->
pqflags
));
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026