DM_HASH_SIZE       86 drivers/md/persistent-data/dm-transaction-manager.c #define DM_HASH_MASK (DM_HASH_SIZE - 1)
DM_HASH_SIZE       96 drivers/md/persistent-data/dm-transaction-manager.c 	struct hlist_head buckets[DM_HASH_SIZE];
DM_HASH_SIZE      147 drivers/md/persistent-data/dm-transaction-manager.c 	for (i = 0; i < DM_HASH_SIZE; i++) {
DM_HASH_SIZE      176 drivers/md/persistent-data/dm-transaction-manager.c 	for (i = 0; i < DM_HASH_SIZE; i++)