Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c1188 bool use_color, struct list_head *evict_list) in evict_nodes() argument
1195 list_add(&e->link, evict_list); in evict_nodes()
1199 list_for_each_entry_safe(e, en, evict_list, link) { in evict_nodes()
1203 if (list_empty(evict_list)) { in evict_nodes()
1210 list_for_each_entry(e, evict_list, link) in evict_nodes()
1219 list_add(&e->link, evict_list); in evict_nodes()
1236 LIST_HEAD(evict_list); in evict_nothing()
1244 list_add(&e->link, &evict_list); in evict_nothing()
1247 list_for_each_entry(e, &evict_list, link) in evict_nothing()
1282 LIST_HEAD(evict_list); in evict_everything()
[all …]