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

NAME

6       list_add - add a new entry
7

SYNOPSIS

9       void list_add(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 after
17

DESCRIPTION

19       Insert a new entry after the specified head. This is good for
20       implementing stacks.
21
23Kernel Hackers Manual 3.10         June 2019                       LIST_ADD(9)
Impressum