Function report |
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 activity | Download SCCT | Chinese |
Name:list_bulk_move_tail - move a subsection of a list to its tail*@head: the head that will follow our entry*@first: first entry to move*@last: last entry to move, can be the same as first* Move all entries between @first and including @last before @head.
Proto:static inline void list_bulk_move_tail(struct list_head *head, struct list_head *first, struct list_head *last)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | head | |
struct list_head * | first | |
struct list_head * | last |
Name | Describe |
---|---|
list_test_list_bulk_move_tail |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |