HomeSort by: relevance | last modified time | path
    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 48 milliseconds