OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uao_set_swslot
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/uvm/
uvm_aobj.h
56
int
uao_set_swslot
(struct uvm_object *, int, int);
uvm_pdaemon.c
545
result =
uao_set_swslot
(uobj, pg->offset >> PAGE_SHIFT, slot);
631
int slot =
uao_set_swslot
(pg->uobject,
uvm_aobj.c
279
*
uao_set_swslot
: set the swap slot for a page in an aobj.
288
uao_set_swslot
(struct uvm_object *uobj, int pageidx, int slot)
function
305
KASSERTMSG(slot == 0, "
uao_set_swslot
: no swap object");
1012
swslot =
uao_set_swslot
(uobj, pageidx,
1090
slot =
uao_set_swslot
(uobj, pageidx, 0);
uvm_pager.c
445
oldslot =
uao_set_swslot
(pg->uobject,
Completed in 16 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026