Home
last modified time | relevance | path

Searched defs:swdevt (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/sys/
H A Dconf.h178 struct swdevt { struct
179 dev_t sw_dev; /* For quasibogus swapdev reporting */
180 int sw_flags;
181 int sw_nblks; /* Number of swap blocks on device */
182 int sw_nused; /* swap blocks used on device */
183 struct vnode *sw_vp;
184 struct cdev *sw_device;
/dflybsd-src/sys/vm/
H A Dvm_swap.c71 struct swdevt *swdevt = should_be_malloced; /* exported to pstat/systat */ variable