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

NAME

6       list_splice_tail_init - join two lists and reinitialise the emptied
7       list
8

SYNOPSIS

10       void list_splice_tail_init(struct list_head * list,
11                                  struct list_head * head);
12

ARGUMENTS

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

DESCRIPTION

21       Each of the lists is a queue. The list at list is reinitialised
22
24Kernel Hackers Manual 3.10         June 2019           LIST_SPLICE_TAIL_INI(9)
Impressum