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

/drivers/staging/android/
H A Dashmem.c86 * long lru_count - The count of pages on our LRU list.
90 static unsigned long lru_count; variable
131 * After this, the size of the range is added to @lru_count
136 lru_count += range_size(range);
144 * After this, the size of the range is removed from @lru_count
149 lru_count -= range_size(range);
209 * to range_resize, and expand the lru_count if the new range is larger.
220 lru_count -= pre - range_size(range);
461 * note that lru_count is count of pages on the lru, not a count of
465 return lru_count;
[all...]

Completed in 181 milliseconds