io7_head 49 arch/alpha/kernel/core_marvel.c static struct io7 *io7_head = NULL; io7_head 97 arch/alpha/kernel/core_marvel.c return (prev ? prev->next : io7_head); io7_head 105 arch/alpha/kernel/core_marvel.c for (io7 = io7_head; io7 && io7->pe != pe; io7 = io7->next) io7_head 139 arch/alpha/kernel/core_marvel.c if (NULL == io7_head) /* empty list */ io7_head 140 arch/alpha/kernel/core_marvel.c io7_head = io7; io7_head 141 arch/alpha/kernel/core_marvel.c else if (io7_head->pe > io7->pe) { /* insert at head */ io7_head 142 arch/alpha/kernel/core_marvel.c io7->next = io7_head; io7_head 143 arch/alpha/kernel/core_marvel.c io7_head = io7; io7_head 145 arch/alpha/kernel/core_marvel.c for (insp = io7_head; insp; insp = insp->next) { io7_head 163 arch/alpha/kernel/core_marvel.c io7->next = io7_head; io7_head 164 arch/alpha/kernel/core_marvel.c io7_head = io7;