Home
last modified time | relevance | path

Searched refs:needs_clean (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_vnode.c607 boolean_t retval, need_iosync, needs_clean; in uvn_flush() local
660 needs_clean = FALSE; in uvn_flush()
679 needs_clean = ((pp->pg_flags & PG_CLEAN) == 0); in uvn_flush()
683 if (!needs_clean) { in uvn_flush()