Lines Matching refs:entry_alloc
690 struct entry_alloc { struct
698 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() argument
728 static struct entry *alloc_entry(struct entry_alloc *ea) in alloc_entry()
745 static struct entry *alloc_particular_entry(struct entry_alloc *ea, unsigned i) in alloc_particular_entry()
758 static void free_entry(struct entry_alloc *ea, struct entry *e) in free_entry()
768 static bool allocator_empty(struct entry_alloc *ea) in allocator_empty()
773 static unsigned get_index(struct entry_alloc *ea, struct entry *e) in get_index()
778 static struct entry *get_entry(struct entry_alloc *ea, unsigned index) in get_entry()
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;
862 static struct entry *get_sentinel(struct entry_alloc *ea, unsigned level, bool which) in get_sentinel()