Searched refs:adjslot_list (Results 1 – 1 of 1) sorted by relevance
318 struct adjslot_list { struct319 struct adjslot_list *next; argument320 struct adjslot_list *prev; argument324 struct adjslot_list asl;347 static struct adjslot_list procadjslot_list[ADJTOSLOT_COUNT];457 static void adjslot_insert(struct adjslot_list *head, struct adjslot_list *new) in adjslot_insert()459 struct adjslot_list *next = head->next; in adjslot_insert()466 static void adjslot_remove(struct adjslot_list *old) in adjslot_remove()468 struct adjslot_list *prev = old->prev; in adjslot_remove()469 struct adjslot_list *next = old->next; in adjslot_remove()[all …]