Home
last modified time | relevance | path

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

/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
Dslab.h410 return KMALLOC_RANDOM_START + hash_64(caller ^ random_kmalloc_seed, in kmalloc_type()