Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c488 *start = SWAPBLK_NONE; in swp_pager_init_freerange()
797 blk = SWAPBLK_NONE; in swp_pager_getswapspace()
807 if (blk != SWAPBLK_NONE) in swp_pager_getswapspace()
817 if (blk != SWAPBLK_NONE) { in swp_pager_getswapspace()
974 if (blk == SWAPBLK_NONE) { in swap_pager_reserve()
982 if (addr != SWAPBLK_NONE) in swap_pager_reserve()
1109 if (blk0 == SWAPBLK_NONE) { in swap_pager_haspage()
1502 if (blk == SWAPBLK_NONE) { in swap_pager_putpages()
2024 return (SWAPBLK_NONE); in swp_pager_meta_build()
2144 sb->d[i] = SWAPBLK_NONE; in swp_pager_meta_transfer()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_blist.c304 if (blk != SWAPBLK_NONE) { in blist_alloc()
312 return (SWAPBLK_NONE); in blist_alloc()
432 return (stats->start != SWAPBLK_NONE); in gap_stats_counting()
443 stats->start = SWAPBLK_NONE; in init_gap_stats()
460 stats->start = SWAPBLK_NONE; in update_gap_stats()
721 return (SWAPBLK_NONE); in blst_leaf_alloc()
732 return (SWAPBLK_NONE); in blst_leaf_alloc()
775 return (SWAPBLK_NONE); in blst_leaf_alloc()
813 return (SWAPBLK_NONE); in blst_meta_alloc()
837 if (r != SWAPBLK_NONE) { in blst_meta_alloc()
[all …]
/f-stack/freebsd/sys/
H A Dblist.h69 #define SWAPBLK_NONE ((daddr_t)((u_daddr_t)SWAPBLK_MASK + 1))/* flag */ macro