__list_del() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

__list_del() function

Syntax

static inline void __list_del(struct list_head *prev,     struct list_head *next);

Arguments

prev

next

References

LocationReferrerText
list.h:74
__list_del(struct list_head *prev, struct list_head *next)
list.h:83__list_del_entry()
__list_del(entry->prev, entry->next);
list.h:89list_del()
__list_del(entry->prev, entry->next);

Call Tree

Functions calling __list_del()
all items filtered out
__list_del()
Data read by __list_del()
Data written by __list_del()
__list_del()
all items filtered out