Searched refs:tmp_count (Results 1 – 1 of 1) sorted by relevance
1524 int count, tmp_count, n; in swp_swapcount() local1553 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()