Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/selftests/
Dtest-drm_mm.c1192 struct list_head *evict_list) in evict_nodes() argument
1199 list_add(&e->link, evict_list); in evict_nodes()
1203 list_for_each_entry_safe(e, en, evict_list, link) { in evict_nodes()
1207 if (list_empty(evict_list)) { in evict_nodes()
1213 list_for_each_entry(e, evict_list, link) in evict_nodes()
1222 list_add(&e->link, evict_list); in evict_nodes()
1239 LIST_HEAD(evict_list); in evict_nothing()
1247 list_add(&e->link, &evict_list); in evict_nothing()
1250 list_for_each_entry(e, &evict_list, link) in evict_nothing()
1286 LIST_HEAD(evict_list); in evict_everything()
[all …]