Home
last modified time | relevance | path

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

/linux-5.19.10/arch/ia64/kernel/
Dunwind.c1208 static const unsigned long hashmagic = 0x9e3779b97f4a7c16UL; in hash() local
1210 return (ip >> 4) * hashmagic >> (64 - UNW_LOG_HASH_SIZE); in hash()