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_cut_before - cut a list into two, before given entry*@list: a new list to add all removed entries*@head: a list with entries*@entry: an entry within head, could be the head itself* This helper moves the initial part of @head, up to but
Proto:static inline void list_cut_before(struct list_head *list, struct list_head *head, struct list_head *entry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | list | |
struct list_head * | head | |
struct list_head * | entry |
391 | Return |
Name | Describe |
---|---|
list_test_list_cut_before |
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 |