list_splice — join two lists
void list_splice (const struct list_head * list, struct list_head * head);
void list_splice
the new list to add.
the place to add it in the first list.