Name

__list_del_entry — deletes entry from list.

Synopsis

void __list_del_entry (struct list_head * entry);
 

Arguments

struct list_head * entry

the element to delete from the list.

Note

list_empty on entry does not return true after this, the entry is in an undefined state.