Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dunwind.c50 #define UNW_CACHE_SIZE (1 << UNW_LOG_CACHE_SIZE) macro
116 struct unw_script cache[UNW_CACHE_SIZE];
1244 if (index >= UNW_CACHE_SIZE) in script_lookup()
1309 if (tmp->coll_chain >= UNW_CACHE_SIZE) in script_new()
1323 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()
2168 if (unw.hash[index] >= UNW_CACHE_SIZE in unw_remove_unwind_table()
2269 for (i = 0; i < UNW_CACHE_SIZE; ++i) { in unw_init()
2275 unw.lru_head = UNW_CACHE_SIZE - 1; in unw_init()