Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dfbsysfs.c101 LIST_HEAD(old_list); in store_modes()
110 list_splice(&fb_info->modelist, &old_list); in store_modes()
115 list_splice(&old_list, &fb_info->modelist); in store_modes()
117 fb_destroy_modelist(&old_list); in store_modes()
/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_bo.c216 struct list_head *old_list = in vc4_get_cache_list_for_size() local
219 if (list_empty(old_list)) in vc4_get_cache_list_for_size()
222 list_replace(old_list, &new_list[i]); in vc4_get_cache_list_for_size()