Searched refs:adjslot_list (Results 1 – 1 of 1) sorted by relevance
488 struct adjslot_list { struct489 struct adjslot_list *next; argument490 struct adjslot_list *prev; argument494 struct adjslot_list asl;514 static struct adjslot_list procadjslot_list[ADJTOSLOT_COUNT];829 static void adjslot_insert(struct adjslot_list *head, struct adjslot_list *new_element) in adjslot_insert()831 struct adjslot_list *next = head->next; in adjslot_insert()838 static void adjslot_remove(struct adjslot_list *old) in adjslot_remove()840 struct adjslot_list *prev = old->prev; in adjslot_remove()841 struct adjslot_list *next = old->next; in adjslot_remove()[all …]