Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.h66 #define SW_UNMAPPED 0x01 macro
H A Dswap_pager.c989 if ((sp->sw_flags & SW_UNMAPPED) != 0 && in swp_pager_strategy()
3294 (pp->flags & G_PF_ACCEPT_UNMAPPED) != 0 ? SW_UNMAPPED : 0); in swapongeom_locked()