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

/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c844 struct smq_hash_table hotspot_table; member in struct:smq_policy
1314 struct entry *e = h_lookup(&mq->hotspot_table, hb);
1332 h_remove(&mq->hotspot_table, e);
1342 h_insert(&mq->hotspot_table, e);
1366 h_exit(&mq->hotspot_table);
1806 if (h_init(&mq->hotspot_table, &mq->es, mq->nr_hotspot_blocks))
1825 h_exit(&mq->hotspot_table);

Completed in 107 milliseconds