Home
last modified time | relevance | path

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

/freebsd-14.2/sys/vm/
H A Dswap_pager.c151 static struct swdevt *swdevhd; /* Allocate from here next */ variable
837 sp = swdevhd; in swp_pager_getswapspace()
846 if (swdevhd == sp) { in swp_pager_getswapspace()
859 swdevhd = TAILQ_NEXT(sp, sw_list); in swp_pager_getswapspace()
867 swdevhd = NULL; in swp_pager_getswapspace()
2587 if (swdevhd == sp) in swapoff_one()
2588 swdevhd = NULL; in swapoff_one()