swdevt
struct swdevt *sw;
struct swdevt swinfo;
struct swdevt *sw;
struct swdevt swinfo;
extern struct swdevt *swdevt;
struct swdevt *sp;
sp = &swdevt[n];
extern struct swdevt *swdevt;
if (swdevt[devidx].sw_nused)
struct swdevt *sp = &swdevt[BLK2DEVIDX(blk)];
struct swdevt *sp;
sp = &swdevt[index];
struct swdevt *sp;
for (sp = swdevt, index = 0 ; index < nswdev; index++, sp++) {
struct swdevt *sp;
for (sp = swdevt, index = 0; index < nswdev; index++, sp++) {
struct swdevt *sp;
sp = &swdevt[index];
bzero(swdevt + index, sizeof(struct swdevt));
for (sp = swdevt, aligned_nblks = 0; sp < swdevt + nswdev; sp++) {
swdevt[index].sw_nused -= count;
struct swdevt *sp;
sp = &swdevt[n];
static struct swdevt should_be_malloced[NSWAPDEV];
struct swdevt *swdevt = should_be_malloced; /* exported to pstat/systat */