1LIST_MOVE_TAIL(9) Data Types LIST_MOVE_TAIL(9)
23
4
NAME
6list_move_tail - delete from one list and add as another's tail
7
SYNOPSIS
9void list_move_tail(struct list_head * list, struct list_head * head);
10
ARGUMENTS
12list
13the entry to move
1415
head
16the head that will follow our entry
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 LIST_MOVE_TAIL(9)