1LIST_SPLICE_INIT(9) Data Types LIST_SPLICE_INIT(9)
23
4
NAME
6list_splice_init - join two lists and reinitialise the emptied list.
7
SYNOPSIS
9void list_splice_init(struct list_head * list,
10struct list_head * head);
11
ARGUMENTS
13list
14the new list to add.
1516
head
17the place to add it in the first list.
18
DESCRIPTION
20The list at list is reinitialised
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 LIST_SPLICE_INIT(9)