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_left - rotate the list to the left*@head: the head of the list

Proto:static inline void list_rotate_left(struct list_head *head)

Type:void

Parameter:

TypeParameterName
struct list_head *head
298  If Not list_empty - tests whether a list is empty*@head: the list to test. Then
299  first = next
300  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_left