Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dax/
Dsuper.c33 #define DAX_HASH_SIZE (PAGE_SIZE / sizeof(struct hlist_head)) macro
34 static struct hlist_head dax_host_list[DAX_HASH_SIZE];
347 return hashlen_hash(hashlen_string("DAX", host)) % DAX_HASH_SIZE; in dax_host_hash()