Home
last modified time | relevance | path

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

/mm/
Dswapfile.c1524 int count, tmp_count, n; in swp_swapcount() local
1553 tmp_count = map[offset]; in swp_swapcount()
1556 count += (tmp_count & ~COUNT_CONTINUED) * n; in swp_swapcount()
1558 } while (tmp_count & COUNT_CONTINUED); in swp_swapcount()