OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UVMPAGER_MAPIN_WAITOK
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_pager.h
181
#define
UVMPAGER_MAPIN_WAITOK
0x01 /* it's okay to wait */
uvm_pager.c
243
if ((flags &
UVMPAGER_MAPIN_WAITOK
) == 0) {
uvm_swap.c
1899
UVMPAGER_MAPIN_WAITOK
|UVMPAGER_MAPIN_READ :
1900
UVMPAGER_MAPIN_WAITOK
|UVMPAGER_MAPIN_WRITE;
/src/sys/miscfs/genfs/
genfs_io.c
605
UVMPAGER_MAPIN_READ | (async ? 0 :
UVMPAGER_MAPIN_WAITOK
));
1387
UVMPAGER_MAPIN_WRITE |
UVMPAGER_MAPIN_WAITOK
);
1419
UVMPAGER_MAPIN_READ |
UVMPAGER_MAPIN_WAITOK
);
1644
UVMPAGER_MAPIN_READ |
UVMPAGER_MAPIN_WAITOK
);
1701
UVMPAGER_MAPIN_WRITE |
UVMPAGER_MAPIN_WAITOK
);
/src/sys/ufs/lfs/
lfs_vfsops.c
2190
* We could deadlock here on pager_map with
UVMPAGER_MAPIN_WAITOK
.
2197
UVMPAGER_MAPIN_WAITOK
: 0))) == 0x0) {
2216
UVMPAGER_MAPIN_WAITOK
);
Completed in 18 milliseconds
Indexes created Wed Nov 05 19:10:08 GMT 2025