OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_swslots
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_aobj.c
137
* => only one of
u_swslots
and u_swhash is used in any given aobj
144
int *
u_swslots
; /* array of offset->swapslot mappings */
member in struct:uvm_aobj
275
return aobj->
u_swslots
[pageidx];
348
oldslot = aobj->
u_swslots
[pageidx];
349
aobj->
u_swslots
[pageidx] = slot;
390
kmem_free(aobj->
u_swslots
, aobj->u_pages * sizeof(int));
470
aobj->
u_swslots
= kmem_zalloc(pages * sizeof(int),
1210
int slot = aobj->
u_swslots
[i];
1385
int slot = aobj->
u_swslots
[i];
uvm_aobj.c
137
* => only one of
u_swslots
and u_swhash is used in any given aobj
144
int *
u_swslots
; /* array of offset->swapslot mappings */
member in struct:uvm_aobj
275
return aobj->
u_swslots
[pageidx];
348
oldslot = aobj->
u_swslots
[pageidx];
349
aobj->
u_swslots
[pageidx] = slot;
390
kmem_free(aobj->
u_swslots
, aobj->u_pages * sizeof(int));
470
aobj->
u_swslots
= kmem_zalloc(pages * sizeof(int),
1210
int slot = aobj->
u_swslots
[i];
1385
int slot = aobj->
u_swslots
[i];
uvm_aobj.c
137
* => only one of
u_swslots
and u_swhash is used in any given aobj
144
int *
u_swslots
; /* array of offset->swapslot mappings */
member in struct:uvm_aobj
275
return aobj->
u_swslots
[pageidx];
348
oldslot = aobj->
u_swslots
[pageidx];
349
aobj->
u_swslots
[pageidx] = slot;
390
kmem_free(aobj->
u_swslots
, aobj->u_pages * sizeof(int));
470
aobj->
u_swslots
= kmem_zalloc(pages * sizeof(int),
1210
int slot = aobj->
u_swslots
[i];
1385
int slot = aobj->
u_swslots
[i];
Completed in 40 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025