Home
last modified time | relevance | path

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

/external/libunwind/include/tdep-ia64/
Dscript.h67 unsigned short lru_head; /* index of lead-recently used script */ member
/external/libunwind/src/ia64/
DGscript.c81 cache->lru_head = IA64_UNW_CACHE_SIZE - 1; in flush_script_cache()
200 head = cache->lru_head; in script_new()
202 cache->lru_head = script->lru_chain; in script_new()
/external/libunwind/src/dwarf/
DGparser.c501 cache->lru_head = DWARF_UNW_CACHE_SIZE - 1; in flush_rs_cache()
607 head = cache->lru_head; in rs_new()
609 cache->lru_head = rs->lru_chain; in rs_new()
/external/libunwind/include/
Ddwarf.h336 unsigned short lru_head; /* index of lead-recently used rs */ member