Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\list.h Create Date:2022-07-28 05:34:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:list_rotate_to_front() - Rotate list to specific item.*@list: The desired new front of the list.*@head: The head of the list.* Rotates list so that @list becomes the new front of the list.

Proto:static inline void list_rotate_to_front(struct list_head *list, struct list_head *head)

Type:void

Parameter:

TypeParameterName
struct list_head *list
struct list_head *head
319  list_move_tail - delete from one list and add as another's tail*@list: the entry to move*@head: the head that will follow our entry
Caller
NameDescribe
list_test_list_rotate_to_front
slob_allocslob_alloc: entry point into the slob allocator.