Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/vm/
Dswap_pager.c431 *start = SWAPBLK_NONE; in swp_pager_init_freerange()
738 blk = SWAPBLK_NONE; in swp_pager_getswapspace()
746 if (blk != SWAPBLK_NONE) { in swp_pager_getswapspace()
899 daddr_t blk = SWAPBLK_NONE; in swap_pager_reserve()
908 while ((blk = swp_pager_getswapspace(n)) == SWAPBLK_NONE) { in swap_pager_reserve()
918 if (addr != SWAPBLK_NONE) in swap_pager_reserve()
985 if (srcaddr == SWAPBLK_NONE) in swap_pager_copy()
988 if (dstaddr != SWAPBLK_NONE) { in swap_pager_copy()
1007 KASSERT(dstaddr == SWAPBLK_NONE, in swap_pager_copy()
1056 if (blk0 == SWAPBLK_NONE) { in swap_pager_haspage()
[all …]
/freebsd-12-stable/sys/kern/
Dsubr_blist.c303 if (blk != SWAPBLK_NONE) { in blist_alloc()
310 return (SWAPBLK_NONE); in blist_alloc()
430 return (stats->start != SWAPBLK_NONE); in gap_stats_counting()
441 stats->start = SWAPBLK_NONE; in init_gap_stats()
458 stats->start = SWAPBLK_NONE; in update_gap_stats()
690 return (SWAPBLK_NONE); in blst_leaf_alloc()
699 return (SWAPBLK_NONE); in blst_leaf_alloc()
732 return (SWAPBLK_NONE); in blst_leaf_alloc()
781 return (SWAPBLK_NONE); in blst_meta_alloc()
806 if (r != SWAPBLK_NONE) { in blst_meta_alloc()
[all …]
/freebsd-12-stable/sys/sys/
Dblist.h69 #define SWAPBLK_NONE ((daddr_t)((u_daddr_t)SWAPBLK_MASK + 1))/* flag */ macro