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_splice
Proto:static inline void __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct list_head * | list | |
struct list_head * | prev | |
struct list_head * | next |
Name | Describe |
---|---|
list_splice | list_splice - join two lists, this is designed for stacks*@list: the new list to add.*@head: the place to add it in the first list. |
list_splice_tail | list_splice_tail - join two lists, each list being a queue*@list: the new list to add.*@head: the place to add it in the first list. |
list_splice_init | list_splice_init - join two lists and reinitialise the emptied list.*@list: the new list to add.*@head: the place to add it in the first list.* The list at @list is reinitialised |
list_splice_tail_init | list_splice_tail_init - join two lists and reinitialise the emptied list*@list: the new list to add.*@head: the place to add it in the first list.* Each of the lists is a queue.* The list at @list is reinitialised |
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 |