Home
last modified time | relevance | path

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

/linux-5.19.10/arch/ia64/kernel/
Dunwind_i.h161 unsigned short coll_chain; /* used for hash collisions */ member
Dunwind.c1256 if (script->coll_chain >= UNW_HASH_SIZE) in script_lookup()
1258 script = unw.cache + script->coll_chain; in script_lookup()
1304 prev->coll_chain = tmp->coll_chain; in script_new()
1306 unw.hash[index] = tmp->coll_chain; in script_new()
1310 if (tmp->coll_chain >= UNW_CACHE_SIZE) in script_new()
1313 tmp = unw.cache + tmp->coll_chain; in script_new()
1319 script->coll_chain = unw.hash[index]; in script_new()
1324 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()
2176 unw.hash[index] = tmp->coll_chain; in unw_remove_unwind_table()
2273 unw.cache[i].coll_chain = -1; in unw_init()