Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c670 struct entry_alloc { struct
678 static void init_allocator(struct entry_alloc *ea, struct entry_space *es, in init_allocator() argument
705 static struct entry *alloc_entry(struct entry_alloc *ea) in alloc_entry()
722 static struct entry *alloc_particular_entry(struct entry_alloc *ea, unsigned i) in alloc_particular_entry()
735 static void free_entry(struct entry_alloc *ea, struct entry *e) in free_entry()
745 static bool allocator_empty(struct entry_alloc *ea) in allocator_empty()
750 static unsigned get_index(struct entry_alloc *ea, struct entry *e) in get_index()
755 static struct entry *get_entry(struct entry_alloc *ea, unsigned index) in get_entry()
785 struct entry_alloc writeback_sentinel_alloc;
786 struct entry_alloc demote_sentinel_alloc;
[all …]