Searched refs:list_rotate_to_front (Results 1 – 6 of 6) sorted by relevance
/linux/mm/ |
H A D | page_reporting.c | 219 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 D | list.rst | 580 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 D | amdgpu_job.c | 71 list_rotate_to_front(&adev->reset_list, &device_list); in amdgpu_job_core_dump()
|
H A D | amdgpu_device.c | 6160 list_rotate_to_front(&adev->reset_list, device_list); in amdgpu_device_recovery_prepare()
|
/linux/include/linux/ |
H A D | list.h | 428 * 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 D | list-test.c | 360 list_rotate_to_front(&c, &list); in list_test_list_rotate_to_front()
|