Home
last modified time | relevance | path

Searched defs:swapinfo (Results 1 – 2 of 2) 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 */ argument
139 int si_allocs; /* # of conseq. allocs from this area */
140 short si_flags; /* flags defined below */
141 pgcnt_t si_npgs; /* number of pages of swap space */
143 int si_pnamelen; /* swap file name length + 1 */
144 char *si_pname; /* swap file name */
145 ssize_t si_mapsize; /* # bytes allocated for bitmap */
147 pgcnt_t si_hint; /* first page to check if free */
148 ssize_t si_checkcnt; /* # of checks to find freeslot */
[all …]
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c83 struct swapinfo *swapinfo; /* protected by the swapinfo_lock */ variable