Searched defs:list_splice_init (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dlist.h215 * list is left in an undefined state; use @c list_splice_init() if
272 static inline void list_splice_init ( struct list_head *list, function
277 #define list_splice_init( list, entry ) do { \ macro
280 list_splice_init ( (list), (entry) ); \

Completed in 85 milliseconds