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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c51 #define UNW_CACHE_SIZE (1 << UNW_LOG_CACHE_SIZE) macro
117 struct unw_script cache[UNW_CACHE_SIZE];
1248 if (index >= UNW_CACHE_SIZE)
1313 if (tmp->coll_chain >= UNW_CACHE_SIZE)
1327 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions);
2155 if (unw.hash[index] >= UNW_CACHE_SIZE
2256 for (i = 0; i < UNW_CACHE_SIZE; ++i) {
2262 unw.lru_head = UNW_CACHE_SIZE - 1;

Completed in 51 milliseconds