Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_reporting.c219 list_rotate_to_front(&page->lru, list); in page_reporting_cycle()
252 list_rotate_to_front(&next->lru, list); in page_reporting_cycle()
/openbmc/linux/include/linux/
H A Dlist.h434 static inline void list_rotate_to_front(struct list_head *list, in list_rotate_to_front() function
/openbmc/linux/lib/
H A Dlist-test.c356 list_rotate_to_front(&c, &list); in list_test_list_rotate_to_front()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5257 list_rotate_to_front(&adev->reset_list, &device_list); in amdgpu_device_gpu_recover()