list_del_init

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.