Lines Matching defs:ilist
111 struct ilist {
116 static void l_init(struct ilist *l)
122 static struct entry *l_head(struct entry_space *es, struct ilist *l)
127 static struct entry *l_tail(struct entry_space *es, struct ilist *l)
142 static bool l_empty(struct ilist *l)
147 static void l_add_head(struct entry_space *es, struct ilist *l, struct entry *e)
163 static void l_add_tail(struct entry_space *es, struct ilist *l, struct entry *e)
179 static void l_add_before(struct entry_space *es, struct ilist *l,
197 static void l_del(struct entry_space *es, struct ilist *l, struct entry *e)
216 static struct entry *l_pop_head(struct entry_space *es, struct ilist *l)
229 static struct entry *l_pop_tail(struct entry_space *es, struct ilist *l)
257 struct ilist qs[MAX_LEVELS];
430 struct ilist *l, *l_above;
695 struct ilist free;