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

NAME

6       list_replace - replace old entry by new one
7

SYNOPSIS

9       void list_replace(struct list_head * old, struct list_head * new);
10

ARGUMENTS

12       old
13           the element to be replaced
14
15       new
16           the new element to insert
17

DESCRIPTION

19       If old was empty, it will be overwritten.
20
22Kernel Hackers Manual 3.10         June 2019                   LIST_REPLACE(9)
Impressum