1__LIST_DEL_ENTRY(9) Data Types __LIST_DEL_ENTRY(9)
23
4
NAME
6__list_del_entry - deletes entry from list.
7
SYNOPSIS
9void __list_del_entry(struct list_head * entry);
10
ARGUMENTS
12entry
13the element to delete from the list.
14
NOTE
16list_empty on entry does not return true after this, the entry is in an
17undefined state.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 __LIST_DEL_ENTRY(9)