Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in script_lookup()
1313 if (tmp->coll_chain >= UNW_CACHE_SIZE) in script_new()
1327 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()
2172 if (unw.hash[index] >= UNW_CACHE_SIZE in unw_remove_unwind_table()
2273 for (i = 0; i < UNW_CACHE_SIZE; ++i) { in unw_init()
2279 unw.lru_head = UNW_CACHE_SIZE - 1; in unw_init()
/kernel/linux/linux-6.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) in script_lookup()
1313 if (tmp->coll_chain >= UNW_CACHE_SIZE) in script_new()
1327 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()
2172 if (unw.hash[index] >= UNW_CACHE_SIZE in unw_remove_unwind_table()
2273 for (i = 0; i < UNW_CACHE_SIZE; ++i) { in unw_init()
2279 unw.lru_head = UNW_CACHE_SIZE - 1; in unw_init()

Completed in 6 milliseconds