Searched refs:COUNT_CONTINUED (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dswapfile.c120 return ent & ~SWAP_HAS_CACHE; /* may include COUNT_CONTINUED flag */
1208 } else if ((count & ~COUNT_CONTINUED) <= SWAP_MAP_MAX) {
1209 if (count == COUNT_CONTINUED) {
1211 count = SWAP_MAP_MAX | COUNT_CONTINUED;
1461 * but does include the high COUNT_CONTINUED flag to allow for that.
1477 * This considers COUNT_CONTINUED so it returns exact answer.
1497 if (!(count & COUNT_CONTINUED))
1500 count &= ~COUNT_CONTINUED;
1513 count += (tmp_count & ~COUNT_CONTINUED) * n;
1515 } while (tmp_count & COUNT_CONTINUED);
[all...]
/linux-master/include/linux/
H A Dswap.h230 #define COUNT_CONTINUED 0x80 /* Flag swap_map continuation for full count */ macro

Completed in 120 milliseconds