OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swslot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_aobj.c
810
int lcv, gotpages, maxpages,
swslot
, pageidx;
local
960
swslot
= uao_find_swslot(uobj, pageidx);
962
swslot
!= 0 || overwrite ? 0 : UVM_PGA_ZERO);
975
* if
swslot
== 0, page hasn't existed before and is zeroed.
980
if (
swslot
!= 0) {
984
UVMHIST_LOG(pdhist, "pagein from
swslot
%jd",
985
swslot
, 0,0,0);
994
error = uvm_swap_get(ptmp,
swslot
, PGO_SYNCIO);
1012
swslot
= uao_set_swslot(uobj, pageidx,
1014
if (
swslot
> 0)
[
all
...]
uvm_amap.c
1391
int
swslot
;
local
1398
swslot
= anon->an_swslot;
1399
if (
swslot
< startslot || endslot <=
swslot
) {
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026