HomeSort by: relevance | last modified time | path
    Searched defs:pagedaemon (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/uvm/
uvm.h 108 int pagedaemon; /* daemon sleeps on this */ member in struct:uvm
  /src/sys/ufs/lfs/
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...]
  /src/sys/miscfs/genfs/
genfs_io.c 881 bool pagedaemon = curlwp == uvm.pagedaemon_lwp; local in function:genfs_do_putpages
944 if (pagedaemon) {
945 /* Pagedaemon must not sleep here. */
1003 freeflag = pagedaemon ? PG_PAGEOUT : PG_RELEASED;
1068 if (pagedaemon) {
1255 if (pagedaemon) {
1275 if (pagedaemon)

Completed in 14 milliseconds