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

  /src/sys/uvm/
uvm_page_status.c 80 * so that later uvm_pagecheckdirty() can notice modifications on the page.
144 * uvm_pagecheckdirty: check if page is dirty, and remove its dirty bit.
155 uvm_pagecheckdirty(struct vm_page *pg, bool pgprotected) function in typeref:typename:bool
uvm_page.h 366 bool uvm_pagecheckdirty(struct vm_page *, bool);
uvm_vnode.c 381 const bool dirty = uvm_pagecheckdirty(pg, false);
  /src/sys/miscfs/genfs/
genfs_io.c 1133 needs_clean = uvm_pagecheckdirty(pg, pgprotected);

Completed in 14 milliseconds