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 2.6. July 2010 LIST_SPLICE_TAIL(9)