Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dswapfile.c1382 unsigned char swcount; in try_to_unuse() local
1432 swcount = *swap_map; in try_to_unuse()
1440 if (!swcount || swcount == SWAP_MAP_BAD) in try_to_unuse()
1471 swcount = *swap_map; in try_to_unuse()
1472 if (swap_count(swcount) == SWAP_MAP_SHMEM) { in try_to_unuse()
1479 if (swap_count(swcount) && start_mm != &init_mm) in try_to_unuse()
1483 int set_start_mm = (*swap_map >= swcount); in try_to_unuse()
1503 swcount = *swap_map; in try_to_unuse()
1504 if (!swap_count(swcount)) /* any usage ? */ in try_to_unuse()
1511 if (set_start_mm && *swap_map < swcount) { in try_to_unuse()