Searched refs:new_element (Results 1 – 1 of 1) sorted by relevance
890 static void adjslot_insert(struct adjslot_list *head, struct adjslot_list *new_element) in adjslot_insert() argument893 new_element->prev = head; in adjslot_insert()894 new_element->next = next; in adjslot_insert()895 next->prev = new_element; in adjslot_insert()896 head->next = new_element; in adjslot_insert()