1LIST_SPLICE_TAIL_INI(9) Data Types LIST_SPLICE_TAIL_INI(9)
23
4
NAME
6list_splice_tail_init - join two lists and reinitialise the emptied
7list
8
SYNOPSIS
10void list_splice_tail_init(struct list_head * list,
11struct list_head * head);
12
ARGUMENTS
14list
15the new list to add.
1617
head
18the place to add it in the first list.
19
DESCRIPTION
21Each of the lists is a queue. The list at list is reinitialised
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 LIST_SPLICE_TAIL_INI(9)