Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dpage_reporting.c182 list_rotate_to_front(&page->lru, list); in page_reporting_cycle()
215 list_rotate_to_front(&next->lru, list); in page_reporting_cycle()
Dslob.c350 list_rotate_to_front(&sp->slab_list, slob_list); in slob_alloc()
/Linux-v5.10/include/linux/
Dlist.h343 static inline void list_rotate_to_front(struct list_head *list, in list_rotate_to_front() function
/Linux-v5.10/lib/
Dlist-test.c317 list_rotate_to_front(&c, &list); in list_test_list_rotate_to_front()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c4553 list_rotate_to_front(&adev->gmc.xgmi.head, &hive->device_list); in amdgpu_device_gpu_recover()