Searched refs:swapout (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsched.c76 * 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) function
685 * Set swapout tim
[all...]
H A Dcpu.c302 kstat_named_t swapout; member in struct:cpu_vm_stats_ks_data
334 { "swapout", KSTAT_DATA_UINT64 },
3288 cvskd->swapout.value.ui64 = cvs->swapout;
3418 cso->cpu_vminfo.swapout = CPU_STATS(cp, vm.swapout);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsysinfo.h154 uint_t swapout; /* swapouts */ member in struct:cpu_vminfo
257 uint64_t swapout; /* swapouts */ member in struct:cpu_vm_stats
/opensolaris-onvv-gate/usr/src/cmd/sa/
H A Dsa.h161 uint64_t swapout; member in struct:cpu64_vminfo
H A Dsar.c898 (float)xx->cvmi.swapout / sec_diff,
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg.h128 size_t (*swapout)(struct seg *); member in struct:seg_ops
222 #define SEGOP_SWAPOUT(s) (*(s)->s_ops->swapout)((s))
H A Dvm_as.c2176 * space. The segment-level swapout routines capitalize
2189 * Call the swapout routines of all segments in the address
2200 * the process was picked for swapout.
2202 if ((ov != NULL) && (ov->swapout != NULL))
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs269 SAVE_UINT32(self, vminfop, swapout);

Completed in 198 milliseconds