Home | History | Annotate | Download | only in lfs

Lines Matching defs:pagedaemon

178  * possibly the pagedaemon, is looking at this page, and will give it up
254 int pagedaemon = (curlwp == uvm.pagedaemon_lwp);
287 (pagedaemon || LFS_SEGLOCK_HELD(fs))) {
290 DLOG((DLOG_PAGE, "lfs_putpages: avoiding 3-way or pagedaemon deadlock\n"));
328 * the pagedaemon doesn't bother us about them while
394 * the request does not have PGO_SYNCIO. When the pagedaemon gives
429 bool seglocked, sync, pagedaemon, reclaim;
444 pagedaemon = (curlwp == uvm.pagedaemon_lwp);
560 if (pagedaemon) {
561 /* Pagedaemon must not sleep here. */
645 * Pagedaemon can't actually write LFS pages; wake up
652 if (pagedaemon) {