list_add_tail
list_add_tail(struct list_head *entry, struct list_head *head) {
static inline void list_add_tail(struct list_head *new, struct list_head *head)
list_add_tail(struct list_head *entry, struct list_head *head) {