Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c54 #define UNW_HASH_SIZE (1 << UNW_LOG_HASH_SIZE) macro
114 unsigned short hash[UNW_HASH_SIZE];
228 .hash = { [0 ... UNW_HASH_SIZE - 1] = -1 },
1256 if (script->coll_chain >= UNW_HASH_SIZE) in script_lookup()
2167 for (index = 0; index < UNW_HASH_SIZE; ++index) { in unw_remove_unwind_table()