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

linux_list_splice() function

Syntax

static inline void linux_list_splice(const struct list_head *list,     struct list_head *prev,     struct list_head *next);

Arguments

list

prev

next

References

LocationReferrerText
list.h:237
linux_list_splice(const struct list_head *list, struct list_head *prev,
list.h:256list_splice()
linux_list_splice(list, head, head->next);
list.h:262list_splice_tail()
linux_list_splice(list, head->prev, head);
list.h:268list_splice_init()
linux_list_splice(list, head, head->next);
list.h:275list_splice_tail_init()
linux_list_splice(list, head->prev, head);

Call Tree

Functions calling linux_list_splice()
Functions called by linux_list_splice()
linux_list_splice()
all items filtered out
Data read by linux_list_splice()
Data written by linux_list_splice()
linux_list_splice()::first
linux_list_splice()::last
all items filtered out
linux_list_splice()
linux_list_splice()::first
linux_list_splice()::last
all items filtered out
Type of linux_list_splice()
linux_list_splice()
all items filtered out