Home
last modified time | relevance | path

Searched refs:swapinfo (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c111 extern struct swapinfo *swapinfo;
113 static struct swapinfo *silast;
151 struct swapinfo *sip; in swap_phys_alloc()
176 sip = swapinfo; in swap_phys_alloc()
208 silast = swapinfo; in swap_phys_alloc()
320 struct swapinfo *sip; in swap_phys_free()
324 sip = swapinfo; in swap_phys_free()
380 struct swapinfo *sip; in swap_in_range()
387 sip = swapinfo; in swap_in_range()
1561 silast = swapinfo; in swapdel()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h134 struct swapinfo { struct
138 struct swapinfo *si_next; /* next swap area */ argument
222 extern struct swapinfo *swapinfo;
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c220 if (swapinfo) { in cpr()
246 if (swapinfo) { in cpr()
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c83 struct swapinfo *swapinfo; /* protected by the swapinfo_lock */ variable
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c810 struct swapinfo si; in swap_walk_step()
817 if (mdb_vread(&si, sizeof (struct swapinfo), sip) == -1) { in swap_walk_step()
830 struct swapinfo si; in swapinfof()
846 if (mdb_vread(&si, sizeof (struct swapinfo), addr) == -1) { in swapinfof()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c191 struct swapinfo *sip; in ufs_checkswapon()
194 for (sip = swapinfo; sip; sip = sip->si_next) in ufs_checkswapon()