Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
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)
Caller
NameDescribe
list_test_list_splice_tail
deferred_split_scan
propagate_umountllect 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