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

/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h134 struct swapinfo { struct
138 struct swapinfo *si_next; /* next swap area */
222 extern struct swapinfo *swapinfo;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c47 * Associated with each swap area is a swapinfo structure. These
106 struct swapinfo *swapinfo; variable in typeref:struct:swapinfo
108 static struct swapinfo *silast;
111 static u_offset_t swap_getoff(struct swapinfo *);
114 static int swapslot_free(struct vnode *, u_offset_t, struct swapinfo *);
146 struct swapinfo *sip;
171 sip = swapinfo;
203 silast = swapinfo;
218 swap_getoff(struct swapinfo *si
[all...]
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c220 if (swapinfo) {
246 if (swapinfo) {
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c82 struct swapinfo *swapinfo; /* protected by the swapinfo_lock */ variable in typeref:struct:swapinfo
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c796 if ((mdb_readvar(&ptr, "swapinfo") == -1) || ptr == NULL) {
797 mdb_warn("swapinfo not found or invalid");
810 struct swapinfo si;
817 if (mdb_vread(&si, sizeof (struct swapinfo), sip) == -1) {
818 mdb_warn("unable to read swapinfo at %#lx", sip);
830 struct swapinfo si;
834 if (mdb_walk_dcmd("swapinfo", "swapinfo", argc, argv) == -1) {
835 mdb_warn("can't walk swapinfo");
846 if (mdb_vread(&si, sizeof (struct swapinfo), add
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c191 struct swapinfo *sip;
194 for (sip = swapinfo; sip; sip = sip->si_next)

Completed in 53 milliseconds