Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 },
1259 if (script->coll_chain >= UNW_HASH_SIZE) in script_lookup()
2170 for (index = 0; index < UNW_HASH_SIZE; ++index) { in unw_remove_unwind_table()
/kernel/linux/linux-6.6/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 },
1259 if (script->coll_chain >= UNW_HASH_SIZE) in script_lookup()
2170 for (index = 0; index < UNW_HASH_SIZE; ++index) { in unw_remove_unwind_table()

Completed in 8 milliseconds