Searched refs:evictable_count (Results 1 – 3 of 3) sorted by relevance
273 priv->evictable_count += msm_obj->base.size >> PAGE_SHIFT; in mark_evictable()289 priv->evictable_count -= msm_obj->base.size >> PAGE_SHIFT; in mark_unevictable()290 WARN_ON(priv->evictable_count < 0); in mark_unevictable()
32 count += priv->evictable_count; in msm_gem_shrinker_count()
199 long evictable_count; /* write access under mm_lock */ member