Lines Matching refs:entry_alloc
693 struct entry_alloc { struct
701 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() argument
731 static struct entry *alloc_entry(struct entry_alloc *ea) in alloc_entry()
748 static struct entry *alloc_particular_entry(struct entry_alloc *ea, unsigned int i) in alloc_particular_entry()
761 static void free_entry(struct entry_alloc *ea, struct entry *e) in free_entry()
771 static bool allocator_empty(struct entry_alloc *ea) in allocator_empty()
776 static unsigned int get_index(struct entry_alloc *ea, struct entry *e) in get_index()
781 static struct entry *get_entry(struct entry_alloc *ea, unsigned int index) in get_entry()
811 struct entry_alloc writeback_sentinel_alloc;
812 struct entry_alloc demote_sentinel_alloc;
813 struct entry_alloc hotspot_alloc;
814 struct entry_alloc cache_alloc;
871 static struct entry *get_sentinel(struct entry_alloc *ea, unsigned int level, bool which) in get_sentinel()