Home
last modified time | relevance | path

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

/src/sys/vm/
H A Dswap_pager.c159 static struct swdevt *swdevhd; /* Allocate from here next */ variable
942 sp = swdevhd; in swp_pager_getswapspace()
951 if (swdevhd == sp) { in swp_pager_getswapspace()
964 swdevhd = TAILQ_NEXT(sp, sw_list); in swp_pager_getswapspace()
971 swdevhd = NULL; in swp_pager_getswapspace()
2899 if (swdevhd == sp) in swapoff_one()
2900 swdevhd = NULL; in swapoff_one()