Searched defs:schedpaging (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c118 * Computed each time around by schedpaging().
488 * in its current pass; schedpaging resets this value to zero each time
490 * in its next pass; schedpaging sets this value based on the amount of
496 static kmutex_t pageout_mutex; /* held while pageout or schedpaging running */
525 schedpaging(void *arg) function
611 (void) timeout(schedpaging, arg, hz / RATETOSCHEDPAGING);
629 * at a rate determined in schedpaging(). Pageout manages
694 schedpaging(NULL);

Completed in 46 milliseconds