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

/linux-4.1.27/arch/ia64/kernel/
H A Dunwind.c50 #define UNW_CACHE_SIZE (1 << UNW_LOG_CACHE_SIZE) macro
116 struct unw_script cache[UNW_CACHE_SIZE];
1247 if (index >= UNW_CACHE_SIZE) script_lookup()
1312 if (tmp->coll_chain >= UNW_CACHE_SIZE) script_new()
1326 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); script_new()
2171 if (unw.hash[index] >= UNW_CACHE_SIZE unw_remove_unwind_table()
2272 for (i = 0; i < UNW_CACHE_SIZE; ++i) { unw_init()
2278 unw.lru_head = UNW_CACHE_SIZE - 1; unw_init()

Completed in 61 milliseconds