Lines Matching refs:swdevt

158 static TAILQ_HEAD(, swdevt) swtailq = TAILQ_HEAD_INITIALIZER(swtailq);
159 static struct swdevt *swdevhd; /* Allocate from here next */
440 static void swap_pager_swapoff(struct swdevt *sp);
479 static int swapoff_one(struct swdevt *sp, struct ucred *cred,
929 struct swdevt *sp; in swp_pager_getswapspace()
974 swp_pager_isondev(daddr_t blk, struct swdevt *sp) in swp_pager_isondev()
983 struct swdevt *sp; in swp_pager_strategy()
1015 struct swdevt *sp; in swp_pager_freeswapspace()
1050 struct swdevt *sp; in sysctl_swap_fragmentation()
1879 swap_pager_swapoff_object(struct swdevt *sp, vm_object_t object, in swap_pager_swapoff_object()
2012 swap_pager_swapoff(struct swdevt *sp) in swap_pager_swapoff()
2694 struct swdevt *sp, *tsp; in swaponsomething()
2767 struct swdevt *sp; in kern_swapoff()
2817 swapoff_one(struct swdevt *sp, struct ucred *cred, u_int flags) in swapoff_one()
2883 struct swdevt *sp, *spt; in swapoff_all()
2922 struct swdevt *sp; in swap_dev_info()
3119 swapgeom_release(struct g_consumer *cp, struct swdevt *sp) in swapgeom_release()
3133 struct swdevt *sp; in swapgeom_done()
3154 swapgeom_strategy(struct buf *bp, struct swdevt *sp) in swapgeom_strategy()
3210 struct swdevt *sp; in swapgeom_orphan()
3235 swapgeom_close(struct thread *td, struct swdevt *sw) in swapgeom_close()
3259 struct swdevt *sp; in swapongeom_locked()
3330 swapdev_strategy(struct buf *bp, struct swdevt *sp) in swapdev_strategy()
3355 swapdev_close(struct thread *td, struct swdevt *sp) in swapdev_close()
3368 struct swdevt *sp; in swaponvp()