Name

list_del_init — deletes entry from list and reinitialize it.

Synopsis

void list_del_init (struct list_head * entry);
 

Arguments

struct list_head * entry

the element to delete from the list.