Query: list_splice_tail
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_SPLICE_TAIL(9) Data Types LIST_SPLICE_TAIL(9)NAMElist_splice_tail - join two lists, each list being a queueSYNOPSISvoid list_splice_tail(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 3.10 June 2014 LIST_SPLICE_TAIL(9)