Lines Matching defs:swapinfo
134 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 */
142 pgcnt_t si_nfpgs; /* number of free 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 */
146 uint_t *si_swapslots; /* bitmap of slots, unset == free */
147 pgcnt_t si_hint; /* first page to check if free */
148 ssize_t si_checkcnt; /* # of checks to find freeslot */
149 ssize_t si_alloccnt; /* used to find ave checks */