Searched refs:entry_alloc (Results 1 – 1 of 1) sorted by relevance
690 struct entry_alloc { struct698 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() argument728 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;[all …]