1LIST_MOVE(9) Data Types LIST_MOVE(9)
23
4
NAME
6list_move - delete from one list and add as anotherĀ“s head
7
SYNOPSIS
9void list_move(struct list_head * list, struct list_head * head);
10
ARGUMENTS
12list
13the entry to move
1415
head
16the head that will precede our entry
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 LIST_MOVE(9)