OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lru_tail
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/include/tdep-ia64/
script.h
68
unsigned short
lru_tail
; /* index of most-recently used script */
member in struct:ia64_script_cache
/external/libunwind/src/ia64/
Gscript.c
82
cache->
lru_tail
= 0;
205
cache->buckets[cache->
lru_tail
].lru_chain = head;
206
cache->
lru_tail
= head;
/external/libunwind/include/
dwarf.h
337
unsigned short
lru_tail
; /* index of most-recently used rs */
member in struct:dwarf_rs_cache
/external/libunwind/src/dwarf/
Gparser.c
502
cache->
lru_tail
= 0;
612
cache->buckets[cache->
lru_tail
].lru_chain = head;
613
cache->
lru_tail
= head;
Completed in 505 milliseconds