entry_alloc       698 drivers/md/dm-cache-policy-smq.c static void init_allocator(struct entry_alloc *ea, struct entry_space *es,
entry_alloc       728 drivers/md/dm-cache-policy-smq.c static struct entry *alloc_entry(struct entry_alloc *ea)
entry_alloc       745 drivers/md/dm-cache-policy-smq.c static struct entry *alloc_particular_entry(struct entry_alloc *ea, unsigned i)
entry_alloc       758 drivers/md/dm-cache-policy-smq.c static void free_entry(struct entry_alloc *ea, struct entry *e)
entry_alloc       768 drivers/md/dm-cache-policy-smq.c static bool allocator_empty(struct entry_alloc *ea)
entry_alloc       773 drivers/md/dm-cache-policy-smq.c static unsigned get_index(struct entry_alloc *ea, struct entry *e)
entry_alloc       778 drivers/md/dm-cache-policy-smq.c static struct entry *get_entry(struct entry_alloc *ea, unsigned index)
entry_alloc       808 drivers/md/dm-cache-policy-smq.c 	struct entry_alloc writeback_sentinel_alloc;
entry_alloc       809 drivers/md/dm-cache-policy-smq.c 	struct entry_alloc demote_sentinel_alloc;
entry_alloc       810 drivers/md/dm-cache-policy-smq.c 	struct entry_alloc hotspot_alloc;
entry_alloc       811 drivers/md/dm-cache-policy-smq.c 	struct entry_alloc cache_alloc;
entry_alloc       862 drivers/md/dm-cache-policy-smq.c static struct entry *get_sentinel(struct entry_alloc *ea, unsigned level, bool which)