1LIST_SPLICE(9) Data Types LIST_SPLICE(9)
23
4
NAME
6list_splice - join two lists, this is designed for stacks
7
SYNOPSIS
9void list_splice(const 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
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 LIST_SPLICE(9)