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

NAME

6       list_add_tail - add a new entry
7

SYNOPSIS

9       void list_add_tail(struct list_head * new, struct list_head * head);
10

ARGUMENTS

12       new
13           new entry to be added
14
15       head
16           list head to add it before
17

DESCRIPTION

19       Insert a new entry before the specified head. This is useful for
20       implementing queues.
21
23Kernel Hackers Manual 2.6.         June 2019                  LIST_ADD_TAIL(9)
Impressum