Lines Matching defs:es

66 static int space_init(struct entry_space *es, unsigned int nr_entries)  in space_init()
81 static void space_exit(struct entry_space *es) in space_exit()
86 static struct entry *__get_entry(struct entry_space *es, unsigned int block) in __get_entry()
96 static unsigned int to_index(struct entry_space *es, struct entry *e) in to_index()
102 static struct entry *to_entry(struct entry_space *es, unsigned int block) in to_entry()
123 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()
133 static struct entry *l_next(struct entry_space *es, struct entry *e) in l_next()
138 static struct entry *l_prev(struct entry_space *es, struct entry *e) in l_prev()
148 static void l_add_head(struct entry_space *es, struct ilist *l, struct entry *e) in l_add_head()
164 static void l_add_tail(struct entry_space *es, struct ilist *l, struct entry *e) in l_add_tail()
180 static void l_add_before(struct entry_space *es, struct ilist *l, in l_add_before()
198 static void l_del(struct entry_space *es, struct ilist *l, struct entry *e) in l_del()
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()
254 struct entry_space *es; member
270 static void q_init(struct queue *q, struct entry_space *es, unsigned int nr_levels) in q_init()
576 struct entry_space *es; member
585 static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned int nr_entries) in h_init()
694 struct entry_space *es; member
701 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator()
810 struct entry_space es; member