Searched refs:SWAP_MAP_BAD (Results 1 – 2 of 2) sorted by relevance
1442 VM_WARN_ON(count < 1 || count == SWAP_MAP_BAD); in swap_put_entries_cluster()1744 return count && count != SWAP_MAP_BAD; in swap_entry_swapped()2236 if (swp_count == 0 || swp_count == SWAP_MAP_BAD) in unuse_pte_range()2385 if (count == SWAP_MAP_BAD) in find_next_to_unuse()3232 swap_map[0] = SWAP_MAP_BAD; /* omit header page */ in setup_swap_map()3238 swap_map[page_nr] = SWAP_MAP_BAD; in setup_swap_map()3613 if (WARN_ON(count == SWAP_MAP_BAD)) in swap_dup_entries()
231 #define SWAP_MAP_BAD 0x3f /* Note page is bad */ macro