HomeSort by: relevance | last modified time | path
    Searched refs:uvm_page_array_fill_and_peek (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/uvm/
uvm_page_array.h 44 * while ((pg = uvm_page_array_fill_and_peek(&a, off, 0)) != NULL) {
73 struct vm_page *uvm_page_array_fill_and_peek(struct uvm_page_array *,
77 * flags for uvm_page_array_fill and uvm_page_array_fill_and_peek
uvm_page_array.c 216 * uvm_page_array_fill_and_peek:
222 uvm_page_array_fill_and_peek(struct uvm_page_array *ar, voff_t off, function in typeref:struct:vm_page *
uvm_object.c 360 while ((pg = uvm_page_array_fill_and_peek(&a, off, 0)) != NULL) {
uvm_aobj.c 630 while ((pg = uvm_page_array_fill_and_peek(&a, 0, 0)) != NULL) {
716 while ((pg = uvm_page_array_fill_and_peek(&a, curoff, 0)) != NULL) {
849 ptmp = uvm_page_array_fill_and_peek(&a,
914 ptmp = uvm_page_array_fill_and_peek(&a, current_offset,
uvm_vnode.c 314 pg = uvm_page_array_fill_and_peek(a, offset, nleft);
  /src/sys/nfs/
nfs_subs.c 1803 while ((pg = uvm_page_array_fill_and_peek(&a, off, 0)) !=
  /src/sys/arch/hppa/hppa/
pmap.c 1264 while ((pg = uvm_page_array_fill_and_peek(&a, off, 0)) != NULL) {
  /src/sys/miscfs/genfs/
genfs_io.c 1017 pg = uvm_page_array_fill_and_peek(&a, nextoff, 0);

Completed in 18 milliseconds