Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-clone-target.c52 #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()