1LIST_SPLICE_INIT(9)               Data Types               LIST_SPLICE_INIT(9)
2
3
4

NAME

6       list_splice_init - join two lists and reinitialise the emptied list.
7

SYNOPSIS

9       void list_splice_init(struct list_head * list,
10                             struct list_head * head);
11

ARGUMENTS

13       list
14           the new list to add.
15
16       head
17           the place to add it in the first list.
18

DESCRIPTION

20       The list at list is reinitialised
21
23Kernel Hackers Manual 3.10         June 2019               LIST_SPLICE_INIT(9)
Impressum