Home
last modified time | relevance | path

Searched refs:evictable (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gem.h67 bool evictable : 1; member
270 if (WARN_ON(msm_obj->evictable)) in mark_evictable()
274 msm_obj->evictable = true; in mark_evictable()
286 if (WARN_ON(!msm_obj->evictable)) in mark_unevictable()
291 msm_obj->evictable = false; in mark_unevictable()
Dmsm_gem.c755 GEM_WARN_ON(!msm_obj->evictable); in msm_gem_evict()
793 if (msm_obj->evictable) in msm_gem_active_get()
825 if (msm_obj->evictable) in update_inactive()
/Linux-v5.15/mm/
Dzpool.c25 bool evictable; member
186 zpool->evictable = driver->shrink && ops && ops->evict; in zpool_create_pool()
395 return zpool->evictable; in zpool_evictable()
/Linux-v5.15/Documentation/vm/
Dunevictable-lru.rst37 fraction of these pages are not evictable for any reason [see below], vmscan
39 of pages that are evictable. This can result in a situation where all CPUs are
85 in fact, evictable.
112 are unevictable, the evictable portion of the working set of the tasks in
133 Mark the address space as being evictable.
160 evictable or not using the query function outlined above [see section
187 have become evictable again (via munlock() for example) and have been "rescued"