Lines Matching defs:swapout
76 * and invokes the scheduling class specific swapin/swapout routine
80 * eligible process to swapout or swapin.
115 * the swapper decides to swapout it out.
120 static int swapout(proc_t *, uint_t *, int);
196 * Search list of processes to swapin and swapout deadwood.
295 (void) swapout(prp, &swrss, SOFTSWAP);
453 * if the process exits before swapout completes.
463 swapped = swapout(prp, &swrss, HARDSWAP);
628 swapout(proc_t *pp, uint_t *swrss, int swapflags)
685 * Set swapout time if the thread isn't
708 "vm swap swapout",
724 "swapout: segkp_fault "
752 * swapout operation is very small.
758 CPU_STATS_ADDQ(cpup, vm, swapout, 1);
762 "swapout: pp %p pages_pushed %lu", pp, ws_pages);
764 TNF_PROBE_2(swapout_process, "vm swap swapout", /* CSTYLED */,
869 tp->t_stime = ddi_get_lbolt(); /* swapout time */
881 TNF_PROBE_4(swapout_lwp, "vm swap swapout", /* CSTYLED */,
922 CPU_STATS_ADDQ(cpup, vm, swapout, 1);
930 TNF_PROBE_2(swapout_process, "vm swap swapout",