Searched refs:swapout (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | sched.c | 120 static int swapout(proc_t *, uint_t *, int); 295 (void) swapout(prp, &swrss, SOFTSWAP); in sched() 463 swapped = swapout(prp, &swrss, HARDSWAP); in sched() 628 swapout(proc_t *pp, uint_t *swrss, int swapflags) in swapout() function 758 CPU_STATS_ADDQ(cpup, vm, swapout, 1); in swapout() 922 CPU_STATS_ADDQ(cpup, vm, swapout, 1); in process_swap_queue()
|
H A D | cpu.c | 306 kstat_named_t swapout; member 3296 cvskd->swapout.value.ui64 = cvs->swapout; in cpu_vm_stats_ks_update() 3426 cso->cpu_vminfo.swapout = CPU_STATS(cp, vm.swapout); in cpu_stat_ks_update()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sysinfo.h | 154 uint_t swapout; /* swapouts */ member 257 uint64_t swapout; /* swapouts */ member
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg.h | 127 size_t (*swapout)(struct seg *); member 222 #define SEGOP_SWAPOUT(s) (*(s)->s_ops->swapout)((s))
|
H A D | vm_as.c | 2100 if ((ov != NULL) && (ov->swapout != NULL)) in as_swapout()
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sa.h | 161 uint64_t swapout; member
|
H A D | sar.c | 898 (float)xx->cvmi.swapout / sec_diff, in prt_w_opt()
|
/titanic_50/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 992 SAVE_UINT32(ksi, vminfo, swapout); in save_cpu_stat()
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 280 SAVE_UINT32(self, vminfop, swapout); in save_cpu_stat()
|