• Home
  • Raw
  • Download

Lines Matching defs:e

85 	struct entry *e;  in __get_entry()  local
93 static unsigned to_index(struct entry_space *es, struct entry *e) in to_index()
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()
178 struct entry *old, struct entry *e) in l_add_before()
195 static void l_del(struct entry_space *es, struct ilist *l, struct entry *e) in l_del()
216 struct entry *e; in l_pop_tail() local
280 static void q_push(struct queue *q, struct entry *e) in q_push()
288 static void q_push_before(struct queue *q, struct entry *old, struct entry *e) in q_push_before()
296 static void q_del(struct queue *q, struct entry *e) in q_del()
309 struct entry *e; in q_peek() local
330 struct entry *e = q_peek(q, q->nr_levels, true); in q_pop() local
343 struct entry *e = q_peek(q, max_level, false); in q_pop_old() local
358 struct entry *e; in __redist_pop_from() local
415 struct entry *e; in q_redistribute() local
454 static void q_requeue_before(struct queue *q, struct entry *dest, struct entry *e, unsigned extra_l… in q_requeue_before()
483 static void q_requeue(struct queue *q, struct entry *e, unsigned extra_levels) in q_requeue()
591 static struct entry *h_next(struct hash_table *ht, struct entry *e) in h_next()
596 static void __h_insert(struct hash_table *ht, unsigned bucket, struct entry *e) in __h_insert()
602 static void h_insert(struct hash_table *ht, struct entry *e) in h_insert()
611 struct entry *e; in __h_lookup() local
625 struct entry *e, struct entry *prev) in __h_unlink()
638 struct entry *e, *prev; in h_lookup() local
654 static void h_remove(struct hash_table *ht, struct entry *e) in h_remove()
692 static void init_entry(struct entry *e) in init_entry()
707 struct entry *e; in alloc_entry() local
724 struct entry *e = __get_entry(ea->es, ea->begin + i); in alloc_particular_entry() local
735 static void free_entry(struct entry_alloc *ea, struct entry *e) in free_entry()
750 static unsigned get_index(struct entry_alloc *ea, struct entry *e) in get_index()
926 static void push_new(struct smq_policy *mq, struct entry *e) in push_new()
933 static void push(struct smq_policy *mq, struct entry *e) in push()
955 static void __del(struct smq_policy *mq, struct queue *q, struct entry *e) in __del()
961 static void del(struct smq_policy *mq, struct entry *e) in del()
968 struct entry *e = q_pop_old(q, max_level); in pop_old() local
974 static dm_cblock_t infer_cblock(struct smq_policy *mq, struct entry *e) in infer_cblock()
979 static void requeue(struct smq_policy *mq, struct entry *e) in requeue()
1158 struct entry *e; in insert_in_cache() local
1194 struct entry *e = h_lookup(&mq->hotspot_table, hb); in update_hotspot_queue() local
1236 struct entry *e, *hs_e; in map() local
1316 struct entry *e; in smq_lookup() local
1332 struct entry *e; in __smq_set_clear_dirty() local
1372 struct entry *e; in smq_load_mapping() local
1386 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock)); in smq_get_hint() local
1396 struct entry *e; in __remove_mapping() local
1417 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock)); in __remove_cblock() local
1462 struct entry *e = NULL; in __smq_writeback_work() local
1502 struct entry *e = h_lookup(&mq->table, current_oblock); in __force_mapping() local