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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h160 unsigned short coll_chain; /* used for hash collisions */ member in struct:unw_script
H A Dunwind.c1259 if (script->coll_chain >= UNW_HASH_SIZE)
1261 script = unw.cache + script->coll_chain;
1307 prev->coll_chain = tmp->coll_chain;
1309 unw.hash[index] = tmp->coll_chain;
1313 if (tmp->coll_chain >= UNW_CACHE_SIZE)
1316 tmp = unw.cache + tmp->coll_chain;
1322 script->coll_chain = unw.hash[index];
1327 STAT(if (script->coll_chain < UNW_CACHE_SIZE) ++unw.stat.script.collisions);
2162 unw.hash[index] = tmp->coll_chain;
[all...]

Completed in 67 milliseconds