Query: list_splice
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_SPLICE(9) Data Types LIST_SPLICE(9)NAMElist_splice - join two lists, this is designed for stacksSYNOPSISvoid list_splice(const struct list_head * list, struct list_head * head);ARGUMENTSlist the new list to add. head the place to add it in the first list.COPYRIGHTKernel Hackers Manual 2.6. July 2010 LIST_SPLICE(9)