Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-transaction-manager.c87 #define DM_HASH_SIZE 256 macro
88 #define DM_HASH_MASK (DM_HASH_SIZE - 1)
98 struct hlist_head buckets[DM_HASH_SIZE];
149 for (i = 0; i < DM_HASH_SIZE; i++) { in wipe_shadow_table()
178 for (i = 0; i < DM_HASH_SIZE; i++) in dm_tm_create()