Home
last modified time | relevance | path

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

/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()
/linux/Documentation/core-api/
H A Dlist.rst580 list_rotate_to_front(). The former can be pictured like a bicycle chain, taking
585 The latter, list_rotate_to_front(), takes the same concept one step further:
614 list_rotate_to_front(&alfredo->node, &car->clowns);
628 Next, after the list_rotate_to_front() call, we arrive in the following
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c71 list_rotate_to_front(&adev->reset_list, &device_list); in amdgpu_job_core_dump()
H A Damdgpu_device.c6160 list_rotate_to_front(&adev->reset_list, device_list); in amdgpu_device_recovery_prepare()
/linux/include/linux/
H A Dlist.h428 * list_rotate_to_front() - Rotate list to specific item.
434 static inline void list_rotate_to_front(struct list_head *list, in list_rotate_to_front() function
/linux/lib/tests/
H A Dlist-test.c360 list_rotate_to_front(&c, &list); in list_test_list_rotate_to_front()