Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-clone-target.c50 * Hydration hash table size: 1 << HASH_TABLE_BITS
52 #define HASH_TABLE_BITS 15 macro
587 sz = 1 << HASH_TABLE_BITS; in hash_table_init()
611 return &clone->ht[hash_long(region_nr, HASH_TABLE_BITS)]; in get_hash_table_bucket()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-target.c50 * Hydration hash table size: 1 << HASH_TABLE_BITS
52 #define HASH_TABLE_BITS 15 macro
581 sz = 1 << HASH_TABLE_BITS; in hash_table_init()
605 return &clone->ht[hash_long(region_nr, HASH_TABLE_BITS)]; in get_hash_table_bucket()

Completed in 5 milliseconds