Home
last modified time | relevance | path

Searched refs:swapdev (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_swap.c131 struct swapdev { struct
145 TAILQ_ENTRY(swapdev) swd_next; /* priority tailq */ argument
163 TAILQ_HEAD(spi_swapdev, swapdev) spi_swapdev; argument
176 struct swapdev *vx_sdp;
223 static struct swapdev *swapdrum_getsdp(int);
225 static struct swapdev *swaplist_find(struct vnode *, bool);
226 static void swaplist_insert(struct swapdev *,
230 static int swap_on(struct lwp *, struct swapdev *);
231 static int swap_off(struct lwp *, struct swapdev *);
233 static void sw_reg_strategy(struct swapdev *, struct buf *, int);
[all …]
/netbsd-src/sys/sys/
H A Dsystm.h118 extern const dev_t swapdev; /* swapping device */