Lines Matching defs:entry_alloc
690 struct entry_alloc {
698 static void init_allocator(struct entry_alloc *ea, struct entry_space *es,
728 static struct entry *alloc_entry(struct entry_alloc *ea)
745 static struct entry *alloc_particular_entry(struct entry_alloc *ea, unsigned i)
758 static void free_entry(struct entry_alloc *ea, struct entry *e)
768 static bool allocator_empty(struct entry_alloc *ea)
773 static unsigned get_index(struct entry_alloc *ea, struct entry *e)
778 static struct entry *get_entry(struct entry_alloc *ea, unsigned index)
808 struct entry_alloc writeback_sentinel_alloc;
809 struct entry_alloc demote_sentinel_alloc;
810 struct entry_alloc hotspot_alloc;
811 struct entry_alloc cache_alloc;
868 static struct entry *get_sentinel(struct entry_alloc *ea, unsigned level, bool which)