smq_hash_table    583 drivers/md/dm-cache-policy-smq.c static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned nr_entries)
smq_hash_table    601 drivers/md/dm-cache-policy-smq.c static void h_exit(struct smq_hash_table *ht)
smq_hash_table    606 drivers/md/dm-cache-policy-smq.c static struct entry *h_head(struct smq_hash_table *ht, unsigned bucket)
smq_hash_table    611 drivers/md/dm-cache-policy-smq.c static struct entry *h_next(struct smq_hash_table *ht, struct entry *e)
smq_hash_table    616 drivers/md/dm-cache-policy-smq.c static void __h_insert(struct smq_hash_table *ht, unsigned bucket, struct entry *e)
smq_hash_table    622 drivers/md/dm-cache-policy-smq.c static void h_insert(struct smq_hash_table *ht, struct entry *e)
smq_hash_table    628 drivers/md/dm-cache-policy-smq.c static struct entry *__h_lookup(struct smq_hash_table *ht, unsigned h, dm_oblock_t oblock,
smq_hash_table    644 drivers/md/dm-cache-policy-smq.c static void __h_unlink(struct smq_hash_table *ht, unsigned h,
smq_hash_table    656 drivers/md/dm-cache-policy-smq.c static struct entry *h_lookup(struct smq_hash_table *ht, dm_oblock_t oblock)
smq_hash_table    674 drivers/md/dm-cache-policy-smq.c static void h_remove(struct smq_hash_table *ht, struct entry *e)
smq_hash_table    840 drivers/md/dm-cache-policy-smq.c 	struct smq_hash_table table;
smq_hash_table    841 drivers/md/dm-cache-policy-smq.c 	struct smq_hash_table hotspot_table;