Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dzpool.c24 bool evictable; member
184 zpool->evictable = driver->shrink && ops && ops->evict; in zpool_create_pool()
376 return zpool->evictable; in zpool_evictable()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c453 if (!p->evictable) in amdgpu_cs_try_evict()
456 for (;&p->evictable->tv.head != &p->validated; in amdgpu_cs_try_evict()
457 p->evictable = list_prev_entry(p->evictable, tv.head)) { in amdgpu_cs_try_evict()
459 struct amdgpu_bo_list_entry *candidate = p->evictable; in amdgpu_cs_try_evict()
497 p->evictable = list_prev_entry(p->evictable, tv.head); in amdgpu_cs_try_evict()
552 if (p->evictable == lobj) in amdgpu_cs_list_validate()
553 p->evictable = NULL; in amdgpu_cs_list_validate()
688 p->evictable = list_last_entry(&p->validated, in amdgpu_cs_parser_bos()
Damdgpu.h1002 struct amdgpu_bo_list_entry *evictable; member
/Linux-v4.19/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.
162 evictable or not using the query function outlined above [see section
189 have become evictable again (via munlock() for example) and have been "rescued"