OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uvm_page_array_peek
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_page_array.c
68
* poison to trigger assertion in
uvm_page_array_peek
to
90
*
uvm_page_array_peek
: return the next cached page.
94
uvm_page_array_peek
(struct uvm_page_array *ar)
function in typeref:struct:vm_page *
121
* so that they will be picked by later
uvm_page_array_peek
.
151
KASSERT(
uvm_page_array_peek
(ar) == NULL);
217
* same as
uvm_page_array_peek
except that, if the array is empty, try to fill
234
return
uvm_page_array_peek
(ar);
uvm_page_array.c
68
* poison to trigger assertion in
uvm_page_array_peek
to
90
*
uvm_page_array_peek
: return the next cached page.
94
uvm_page_array_peek
(struct uvm_page_array *ar)
function in typeref:struct:vm_page *
121
* so that they will be picked by later
uvm_page_array_peek
.
151
KASSERT(
uvm_page_array_peek
(ar) == NULL);
217
* same as
uvm_page_array_peek
except that, if the array is empty, try to fill
234
return
uvm_page_array_peek
(ar);
Completed in 54 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025