Scroll to navigation

LIST_DEL_INIT(9) Data Types LIST_DEL_INIT(9)

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

March 2017 Kernel Hackers Manual 4.10