Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind.c53 #define UNW_LOG_HASH_SIZE (UNW_LOG_CACHE_SIZE + 1) macro
54 #define UNW_HASH_SIZE (1 << UNW_LOG_HASH_SIZE)
1213 return (ip >> 4) * hashmagic >> (64 - UNW_LOG_HASH_SIZE);
2253 if (8*sizeof(unw_hash_index_t) < UNW_LOG_HASH_SIZE) in unw_init()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind.c53 #define UNW_LOG_HASH_SIZE (UNW_LOG_CACHE_SIZE + 1) macro
54 #define UNW_HASH_SIZE (1 << UNW_LOG_HASH_SIZE)
1213 return (ip >> 4) * hashmagic >> (64 - UNW_LOG_HASH_SIZE);
2253 if (8*sizeof(unw_hash_index_t) < UNW_LOG_HASH_SIZE) in unw_init()

Completed in 6 milliseconds