Searched refs:SWAPBLK_NONE (Results 1 – 3 of 3) sorted by relevance
502 range->start = SWAPBLK_NONE; in swp_pager_init_freerange()933 blk = SWAPBLK_NONE; in swp_pager_getswapspace()943 if (blk != SWAPBLK_NONE) in swp_pager_getswapspace()953 if (blk != SWAPBLK_NONE) { in swp_pager_getswapspace()1125 if (blk == SWAPBLK_NONE) { in swap_pager_reserve()1133 if (addr != SWAPBLK_NONE) in swap_pager_reserve()1215 if (blk0 == SWAPBLK_NONE) { in swp_pager_haspage_iter()1338 if (range.start == SWAPBLK_NONE) in swap_pager_unswapped()1342 sb->d[m->pindex % SWAP_META_PAGES] = SWAPBLK_NONE; in swap_pager_unswapped()1447 KASSERT(blk != SWAPBLK_NONE, in swap_pager_getpages_locked()[all …]
281 if (blk != SWAPBLK_NONE) { in blist_alloc()289 return (SWAPBLK_NONE); in blist_alloc()409 return (stats->start != SWAPBLK_NONE); in gap_stats_counting()420 stats->start = SWAPBLK_NONE; in init_gap_stats()437 stats->start = SWAPBLK_NONE; in update_gap_stats()698 return (SWAPBLK_NONE); in blst_leaf_alloc()709 return (SWAPBLK_NONE); in blst_leaf_alloc()752 return (SWAPBLK_NONE); in blst_leaf_alloc()790 return (SWAPBLK_NONE); in blst_meta_alloc()814 if (r != SWAPBLK_NONE) { in blst_meta_alloc()[all …]
67 #define SWAPBLK_NONE ((daddr_t)((u_daddr_t)SWAPBLK_MASK + 1))/* flag */ macro