Searched refs:ilist (Results 1 – 2 of 2) sorted by relevance
112 struct ilist { struct117 static void l_init(struct ilist *l) in l_init() argument123 static struct entry *l_head(struct entry_space *es, struct ilist *l) in l_head()128 static struct entry *l_tail(struct entry_space *es, struct ilist *l) in l_tail()143 static bool l_empty(struct ilist *l) in l_empty()180 static void l_add_before(struct entry_space *es, struct ilist *l, in l_add_before()217 static struct entry *l_pop_head(struct entry_space *es, struct ilist *l) in l_pop_head()230 static struct entry *l_pop_tail(struct entry_space *es, struct ilist *l) in l_pop_tail()258 struct ilist qs[MAX_LEVELS];432 struct ilist *l, *l_above; in q_redistribute()[all …]
100 struct list_head ilist; member
Completed in 10 milliseconds