Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dswap.h35 struct swapent { struct
36 dev_t se_dev; /* device id */
37 int se_flags; /* flags */
38 int se_nblks; /* total blocks */
39 int se_inuse; /* blocks in use */
40 int se_priority; /* priority of this device */
41 char se_path[PATH_MAX+1]; /* path name */
/netbsd/sys/uvm/
H A Duvm_swap.c778 void (*f)(void *, const struct swapent *), size_t len, in uvm_swap_stats()