Searched refs:UNW_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
51 #define UNW_CACHE_SIZE (1 << UNW_LOG_CACHE_SIZE) macro117 struct unw_script cache[UNW_CACHE_SIZE];1245 if (index >= UNW_CACHE_SIZE) in script_lookup()1310 if (tmp->coll_chain >= UNW_CACHE_SIZE) in script_new()1324 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()2169 if (unw.hash[index] >= UNW_CACHE_SIZE in unw_remove_unwind_table()2270 for (i = 0; i < UNW_CACHE_SIZE; ++i) { in unw_init()2276 unw.lru_head = UNW_CACHE_SIZE - 1; in unw_init()