hotspot_table     841 drivers/md/dm-cache-policy-smq.c 	struct smq_hash_table hotspot_table;
hotspot_table    1303 drivers/md/dm-cache-policy-smq.c 	struct entry *e = h_lookup(&mq->hotspot_table, hb);
hotspot_table    1321 drivers/md/dm-cache-policy-smq.c 				h_remove(&mq->hotspot_table, e);
hotspot_table    1331 drivers/md/dm-cache-policy-smq.c 			h_insert(&mq->hotspot_table, e);
hotspot_table    1355 drivers/md/dm-cache-policy-smq.c 	h_exit(&mq->hotspot_table);
hotspot_table    1796 drivers/md/dm-cache-policy-smq.c 	if (h_init(&mq->hotspot_table, &mq->es, mq->nr_hotspot_blocks))
hotspot_table    1814 drivers/md/dm-cache-policy-smq.c 	h_exit(&mq->hotspot_table);