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

NAME

6       list_del - deletes entry from list.
7

SYNOPSIS

9       void list_del(struct list_head * entry);
10

ARGUMENTS

12       entry
13           the element to delete from the list.
14

NOTE

16       list_empty on entry does not return true after this, the entry is in an
17       undefined state.
18
20Kernel Hackers Manual 2.6.         June 2019                       LIST_DEL(9)
Impressum