Home
last modified time | relevance | path

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

/external/libunwind/include/tdep-ia64/
Dscript.h68 unsigned short lru_tail; /* index of most-recently used script */ member
/external/libunwind/src/ia64/
DGscript.c82 cache->lru_tail = 0; in flush_script_cache()
205 cache->buckets[cache->lru_tail].lru_chain = head; in script_new()
206 cache->lru_tail = head; in script_new()
/external/libunwind/src/dwarf/
DGparser.c502 cache->lru_tail = 0; in flush_rs_cache()
612 cache->buckets[cache->lru_tail].lru_chain = head; in rs_new()
613 cache->lru_tail = head; in rs_new()
/external/libunwind/include/
Ddwarf.h337 unsigned short lru_tail; /* index of most-recently used rs */ member