Home
last modified time | relevance | path

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

/linux-5.19.10/arch/ia64/kernel/
Dunwind.c53 #define UNW_LOG_HASH_SIZE (UNW_LOG_CACHE_SIZE + 1) macro
54 #define UNW_HASH_SIZE (1 << UNW_LOG_HASH_SIZE)
1210 return (ip >> 4) * hashmagic >> (64 - UNW_LOG_HASH_SIZE); in hash()
2250 if (8*sizeof(unw_hash_index_t) < UNW_LOG_HASH_SIZE) in unw_init()