Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-cache-policy-smq.c841 struct smq_hash_table hotspot_table; member
1305 struct entry *e = h_lookup(&mq->hotspot_table, hb); in update_hotspot_queue()
1323 h_remove(&mq->hotspot_table, e); in update_hotspot_queue()
1333 h_insert(&mq->hotspot_table, e); in update_hotspot_queue()
1357 h_exit(&mq->hotspot_table); in smq_destroy()
1798 if (h_init(&mq->hotspot_table, &mq->es, mq->nr_hotspot_blocks)) in __smq_create()
1816 h_exit(&mq->hotspot_table); in __smq_create()