Searched refs:evictable (Results 1 – 2 of 2) sorted by relevance
396 if (!p->evictable) in amdgpu_cs_try_evict()399 for (;&p->evictable->tv.head != &p->validated; in amdgpu_cs_try_evict()400 p->evictable = list_prev_entry(p->evictable, tv.head)) { in amdgpu_cs_try_evict()402 struct amdgpu_bo_list_entry *candidate = p->evictable; in amdgpu_cs_try_evict()445 p->evictable = list_prev_entry(p->evictable, tv.head); in amdgpu_cs_try_evict()495 if (p->evictable == lobj) in amdgpu_cs_list_validate()496 p->evictable = NULL; in amdgpu_cs_list_validate()625 p->evictable = list_last_entry(&p->validated, in amdgpu_cs_parser_bos()
1066 struct amdgpu_bo_list_entry *evictable; member