Function report |
Source Code:include\linux\list.h |
Create Date:2022-07-28 05:34:30 |
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_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.
Proto:static inline void list_splice_tail(struct list_head *list, struct list_head *head)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | list | |
struct list_head * | head |
435 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then __list_splice(list, prev, head) |
Name | Describe |
---|---|
list_test_list_splice_tail | |
deferred_split_scan | |
propagate_umount | llect all mounts that receive propagation from the mount in @list,* and return these additional mounts in the same list.*@list: the list of mounts to be unmounted.* vfsmount lock must be held for write |
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 |