Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c129 .offset = { SWAP_ENTRY_INVALID },
918 unsigned int next = SWAP_ENTRY_INVALID, found = SWAP_ENTRY_INVALID; in alloc_swap_scan_cluster()
970 unsigned int found = SWAP_ENTRY_INVALID; in alloc_swap_scan_list()
1046 unsigned int offset = SWAP_ENTRY_INVALID, found = SWAP_ENTRY_INVALID; in cluster_alloc_swap_entry()
1059 if (offset == SWAP_ENTRY_INVALID) in cluster_alloc_swap_entry()
1431 unsigned long batch_start = SWAP_ENTRY_INVALID; in swap_put_entries_cluster()
1462 batch_start = SWAP_ENTRY_INVALID; in swap_put_entries_cluster()
3272 si->global_cluster->next[i] = SWAP_ENTRY_INVALID; in setup_clusters()
/linux/include/linux/
H A Dswap.h242 #define SWAP_ENTRY_INVALID 0 macro