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

/external/libunwind/include/tdep-ia64/
H A Dscript.h67 unsigned short lru_head; /* index of lead-recently used script */ member in struct:ia64_script_cache
/external/libunwind/src/ia64/
H A DGscript.c81 cache->lru_head = IA64_UNW_CACHE_SIZE - 1;
200 head = cache->lru_head;
202 cache->lru_head = script->lru_chain;
/external/libunwind/include/
H A Ddwarf.h336 unsigned short lru_head; /* index of lead-recently used rs */ member in struct:dwarf_rs_cache
/external/libunwind/src/dwarf/
H A DGparser.c501 cache->lru_head = DWARF_UNW_CACHE_SIZE - 1;
607 head = cache->lru_head;
609 cache->lru_head = rs->lru_chain;

Completed in 283 milliseconds