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

/linux-master/include/linux/
H A Dswap.h234 #define SWAP_MAP_BAD 0x3f /* Note page is bad */ macro
/linux-master/mm/
H A Dswapfile.c470 SWAP_MAP_BAD, SWAPFILE_CLUSTER);
1901 if (swp_count == 0 || swp_count == SWAP_MAP_BAD)
2044 if (count && swap_count(count) != SWAP_MAP_BAD)
2943 swap_map[page_nr] = SWAP_MAP_BAD;
2958 swap_map[0] = SWAP_MAP_BAD;
3315 * swap entry could be SWAP_MAP_BAD. Check here with lock held.
3317 if (unlikely(swap_count(count) == SWAP_MAP_BAD)) {

Completed in 128 milliseconds