Lines Matching refs:ilist
109 struct ilist { struct
114 static void l_init(struct ilist *l) in l_init() argument
120 static struct entry *l_head(struct entry_space *es, struct ilist *l) in l_head()
125 static struct entry *l_tail(struct entry_space *es, struct ilist *l) in l_tail()
140 static bool l_empty(struct ilist *l) in l_empty()
145 static void l_add_head(struct entry_space *es, struct ilist *l, struct entry *e) in l_add_head()
161 static void l_add_tail(struct entry_space *es, struct ilist *l, struct entry *e) in l_add_tail()
177 static void l_add_before(struct entry_space *es, struct ilist *l, in l_add_before()
195 static void l_del(struct entry_space *es, struct ilist *l, struct entry *e) in l_del()
214 static struct entry *l_pop_tail(struct entry_space *es, struct ilist *l) in l_pop_tail()
242 struct ilist qs[MAX_LEVELS];
414 struct ilist *l, *l_above; in q_redistribute()
675 struct ilist free;