Searched defs:has_cache (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dswapfile.c516 unsigned char has_cache; local
519 has_cache = count & SWAP_HAS_CACHE;
523 VM_BUG_ON(!has_cache);
524 has_cache = 0;
544 usage = count | has_cache;
2198 unsigned char has_cache; local
2215 has_cache = count & SWAP_HAS_CACHE;
2222 if (!has_cache && count)
2223 has_cache = SWAP_HAS_CACHE;
2224 else if (has_cache) /* someon
[all...]

Completed in 41 milliseconds