Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dunwind_i.h160 unsigned short coll_chain; /* used for hash collisions */ member
Dunwind.c1255 if (script->coll_chain >= UNW_HASH_SIZE) in script_lookup()
1257 script = unw.cache + script->coll_chain; in script_lookup()
1303 prev->coll_chain = tmp->coll_chain; in script_new()
1305 unw.hash[index] = tmp->coll_chain; in script_new()
1309 if (tmp->coll_chain >= UNW_CACHE_SIZE) in script_new()
1312 tmp = unw.cache + tmp->coll_chain; in script_new()
1318 script->coll_chain = unw.hash[index]; in script_new()
1323 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions); in script_new()
2175 unw.hash[index] = tmp->coll_chain; in unw_remove_unwind_table()
2272 unw.cache[i].coll_chain = -1; in unw_init()