Searched refs:DAX_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
27 #define DAX_HASH_SIZE (PAGE_SIZE / sizeof(struct hlist_head)) macro28 static struct hlist_head dax_host_list[DAX_HASH_SIZE];399 return hashlen_hash(hashlen_string("DAX", host)) % DAX_HASH_SIZE; in dax_host_hash()