Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dzpool.c25 bool evictable; member
185 zpool->evictable = driver->shrink && ops && ops->evict; in zpool_create_pool()
393 return zpool->evictable; in zpool_evictable()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c460 if (!p->evictable) in amdgpu_cs_try_evict()
463 for (;&p->evictable->tv.head != &p->validated; in amdgpu_cs_try_evict()
464 p->evictable = list_prev_entry(p->evictable, tv.head)) { in amdgpu_cs_try_evict()
466 struct amdgpu_bo_list_entry *candidate = p->evictable; in amdgpu_cs_try_evict()
504 p->evictable = list_prev_entry(p->evictable, tv.head); in amdgpu_cs_try_evict()
557 if (p->evictable == lobj) in amdgpu_cs_list_validate()
558 p->evictable = NULL; in amdgpu_cs_list_validate()
660 p->evictable = list_last_entry(&p->validated, in amdgpu_cs_parser_bos()
Damdgpu.h480 struct amdgpu_bo_list_entry *evictable; member
/Linux-v5.4/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.
118 are unevictable, the evictable portion of the working set of the tasks in
139 Mark the address space as being evictable.
166 evictable or not using the query function outlined above [see section
193 have become evictable again (via munlock() for example) and have been "rescued"