Searched refs:COUNT_CONTINUED (Results 1 - 2 of 2) sorted by last modified time

/linux-master/mm/
H A Dswapfile.c120 return ent & ~SWAP_HAS_CACHE; /* may include COUNT_CONTINUED flag */
1220 } else if ((count & ~COUNT_CONTINUED) <= SWAP_MAP_MAX) {
1221 if (count == COUNT_CONTINUED) {
1223 count = SWAP_MAP_MAX | COUNT_CONTINUED;
1453 * but does include the high COUNT_CONTINUED flag to allow for that.
1469 * This considers COUNT_CONTINUED so it returns exact answer.
1489 if (!(count & COUNT_CONTINUED))
1492 count &= ~COUNT_CONTINUED;
1505 count += (tmp_count & ~COUNT_CONTINUED) * n;
1507 } 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 143 milliseconds