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

/linux-master/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,
731 static struct entry *alloc_entry(struct entry_alloc *ea)
748 static struct entry *alloc_particular_entry(struct entry_alloc *ea, unsigned int i)
761 static void free_entry(struct entry_alloc *ea, struct entry *e)
771 static bool allocator_empty(struct entry_alloc *ea)
776 static unsigned int get_index(struct entry_alloc *ea, struct entry *e)
781 static struct entry *get_entry(struct entry_alloc *ea, unsigned int index)
811 struct entry_alloc writeback_sentinel_alloc;
812 struct entry_alloc demote_sentinel_allo
[all...]

Completed in 672 milliseconds