lfs_pages.c | 178 * possibly the pagedaemon, is looking at this page, and will give it up 254 int pagedaemon = (curlwp == uvm.pagedaemon_lwp); local in function:check_dirty 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; local in function:lfs_putpages 444 pagedaemon = (curlwp == uvm.pagedaemon_lwp); 560 if (pagedaemon) { 561 /* Pagedaemon must not sleep here. * [all...] |