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

/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-transaction-manager.c85 #define DM_HASH_SIZE 256 macro
86 #define DM_HASH_MASK (DM_HASH_SIZE - 1)
96 struct hlist_head buckets[DM_HASH_SIZE];
147 for (i = 0; i < DM_HASH_SIZE; i++) { wipe_shadow_table()
176 for (i = 0; i < DM_HASH_SIZE; i++) dm_tm_create()

Completed in 33 milliseconds