Home
last modified time | relevance | path

Searched refs:entry_alloc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c693 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()
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;
[all …]