LIST_DEL_INIT

Section: Data Types (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

list_del_init - deletes entry from list and reinitialize it.  

SYNOPSIS

void list_del_init(struct list_head * entry);
 

ARGUMENTS

entry

the element to delete from the list.
 

COPYRIGHT