Home
last modified time | relevance | path

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

/mm/
Dswapfile.c1580 int count, tmp_count, n; in swp_swapcount() local
1609 tmp_count = map[offset]; in swp_swapcount()
1612 count += (tmp_count & ~COUNT_CONTINUED) * n; in swp_swapcount()
1614 } while (tmp_count & COUNT_CONTINUED); in swp_swapcount()