Lines Matching defs:es
63 static int space_init(struct entry_space *es, unsigned nr_entries) in space_init()
78 static void space_exit(struct entry_space *es) in space_exit()
83 static struct entry *__get_entry(struct entry_space *es, unsigned block) in __get_entry()
93 static unsigned to_index(struct entry_space *es, struct entry *e) in to_index()
99 static struct entry *to_entry(struct entry_space *es, unsigned block) in to_entry()
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()
130 static struct entry *l_next(struct entry_space *es, struct entry *e) in l_next()
135 static struct entry *l_prev(struct entry_space *es, struct entry *e) in l_prev()
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()
238 struct entry_space *es; member
254 static void q_init(struct queue *q, struct entry_space *es, unsigned nr_levels) in q_init()
554 struct entry_space *es; member
563 static int h_init(struct hash_table *ht, struct entry_space *es, unsigned nr_entries) in h_init()
671 struct entry_space *es; member
678 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator()
784 struct entry_space es; member