<dec f='src/src/sys/sys/systm.h' l='112' type='const dev_t'/>
<def f='src/obj/amd64/sys/arch/amd64/compile/GENERIC/devsw.c' l='822' type='const dev_t'/>
<doc f='src/src/sys/sys/systm.h' l='107'>/*
 * These represent the swap pseudo-device (`sw&apos;).  This device
 * is used by the swap pager to indirect through the routines
 * in sys/vm/vm_swap.c.
 */</doc>
<doc f='src/src/sys/sys/systm.h' l='112'>/* swapping device */</doc>
<def f='src/src/sys/uvm/uvm_swap.c' l='125' ll='145'/>
<use f='src/src/sys/uvm/uvm_swap.c' l='270' u='r' c='uvm_swap_init'/>
<size>112</size>
<doc f='src/src/sys/uvm/uvm_swap.c' l='118'>/*
 * swapdev: describes a single swap partition/file
 *
 * note the following should be true:
 * swd_inuse &lt;= swd_nblks  [number of blocks in use is &lt;= total blocks]
 * swd_nblks &lt;= swd_mapsize [because mapsize includes miniroot+disklabel]
 */</doc>
