Searched refs:evict_list (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/selftests/ |
| D | test-drm_mm.c | 1191 struct list_head *evict_list) in evict_nodes() argument 1198 list_add(&e->link, evict_list); in evict_nodes() 1202 list_for_each_entry_safe(e, en, evict_list, link) { in evict_nodes() 1206 if (list_empty(evict_list)) { in evict_nodes() 1212 list_for_each_entry(e, evict_list, link) in evict_nodes() 1221 list_add(&e->link, evict_list); in evict_nodes() 1238 LIST_HEAD(evict_list); in evict_nothing() 1246 list_add(&e->link, &evict_list); in evict_nothing() 1249 list_for_each_entry(e, &evict_list, link) in evict_nothing() 1285 LIST_HEAD(evict_list); in evict_everything() [all …]
|