Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
Dfbsysfs.c180 LIST_HEAD(old_list); in store_modes()
189 list_splice(&fb_info->modelist, &old_list); in store_modes()
194 list_splice(&old_list, &fb_info->modelist); in store_modes()
196 fb_destroy_modelist(&old_list); in store_modes()
/drivers/gpu/drm/vc4/
Dvc4_bo.c213 struct list_head *old_list = in vc4_get_cache_list_for_size() local
216 if (list_empty(old_list)) in vc4_get_cache_list_for_size()
219 list_replace(old_list, &new_list[i]); in vc4_get_cache_list_for_size()