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.c1195 list_add(&e->link, evict_list); 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()
1290 list_add(&e->link, &evict_list); in evict_everything()
1332 LIST_HEAD(evict_list); in evict_something()
[all …]