Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dswapfile.c2024 unsigned char swcount; in try_to_unuse() local
2074 swcount = *swap_map; in try_to_unuse()
2082 if (!swcount || swcount == SWAP_MAP_BAD) in try_to_unuse()
2113 swcount = *swap_map; in try_to_unuse()
2114 if (swap_count(swcount) == SWAP_MAP_SHMEM) { in try_to_unuse()
2121 if (swap_count(swcount) && start_mm != &init_mm) in try_to_unuse()
2125 int set_start_mm = (*swap_map >= swcount); in try_to_unuse()
2145 swcount = *swap_map; in try_to_unuse()
2146 if (!swap_count(swcount)) /* any usage ? */ in try_to_unuse()
2153 if (set_start_mm && *swap_map < swcount) { in try_to_unuse()