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_find_swslot
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_aobj.h
59
int
uao_find_swslot
(struct uvm_object *, int);
64
#define
uao_find_swslot
(obj, off) (__USE(off), 0)
macro
uvm_pager.c
333
swslot =
uao_find_swslot
(pg->uobject, pg->offset >> PAGE_SHIFT);
uvm_aobj.c
242
*
uao_find_swslot
: find the swap slot number for an aobj/pageidx
248
uao_find_swslot
(struct uvm_object *uobj, int pageidx)
function
960
swslot =
uao_find_swslot
(uobj, pageidx);
uvm_km.c
483
uao_find_swslot
(uobj, curoff >> PAGE_SHIFT) > 0) {
uvm_pdaemon.c
802
slot =
uao_find_swslot
(uobj, pageidx);
Completed in 63 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026