Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dswap.h234 #define SWAP_MAP_BAD 0x3f /* Note page is bad */ macro
/linux-6.6.21/mm/
Dswapfile.c469 SWAP_MAP_BAD, SWAPFILE_CLUSTER); in swap_cluster_schedule_discard()
1883 if (swp_count == 0 || swp_count == SWAP_MAP_BAD) in unuse_pte_range()
2026 if (count && swap_count(count) != SWAP_MAP_BAD) in find_next_to_unuse()
2921 swap_map[page_nr] = SWAP_MAP_BAD; in setup_swap_map_and_extents()
2936 swap_map[0] = SWAP_MAP_BAD; in setup_swap_map_and_extents()
3288 if (unlikely(swap_count(count) == SWAP_MAP_BAD)) { in __swap_duplicate()