other versions
- stretch 4.9.168-1
__LIST_DEL_ENTRY(9) | Data Types | __LIST_DEL_ENTRY(9) |
NAME¶
__list_del_entry - deletes entry from list.SYNOPSIS¶
void __list_del_entry(struct list_head * entry);
ARGUMENTS¶
entrythe element to delete from the list.
NOTE¶
list_empty on entry does not return true after this, the entry is in an undefined state.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |