Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_mm.c1309 struct list_head *evict_list) in evict_nodes() argument
1316 list_add(&e->link, evict_list); in evict_nodes()
1320 list_for_each_entry_safe(e, en, evict_list, link) { in evict_nodes()
1324 if (list_empty(evict_list)) { in evict_nodes()
1330 list_for_each_entry(e, evict_list, link) in evict_nodes()
1339 list_add(&e->link, evict_list); in evict_nodes()
1356 LIST_HEAD(evict_list); in evict_nothing()
1364 list_add(&e->link, &evict_list); in evict_nothing()
1367 list_for_each_entry(e, &evict_list, link) in evict_nothing()
1403 LIST_HEAD(evict_list); in evict_everything()
[all …]