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

NAME

6       __list_del_entry - deletes entry from list.
7

SYNOPSIS

9       void __list_del_entry(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 3.10         June 2019               __LIST_DEL_ENTRY(9)
Impressum