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

NAME

6       list_move_tail - delete from one list and add as another's tail
7

SYNOPSIS

9       void list_move_tail(struct list_head * list, struct list_head * head);
10

ARGUMENTS

12       list
13           the entry to move
14
15       head
16           the head that will follow our entry
17
19Kernel Hackers Manual 3.10         June 2019                 LIST_MOVE_TAIL(9)
Impressum