OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lru_head
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/include/tdep-ia64/
script.h
67
unsigned short
lru_head
; /* index of lead-recently used script */
member in struct:ia64_script_cache
/external/libunwind/src/ia64/
Gscript.c
81
cache->
lru_head
= IA64_UNW_CACHE_SIZE - 1;
200
head = cache->
lru_head
;
202
cache->
lru_head
= script->lru_chain;
/external/libunwind/include/
dwarf.h
336
unsigned short
lru_head
; /* index of lead-recently used rs */
member in struct:dwarf_rs_cache
/external/libunwind/src/dwarf/
Gparser.c
501
cache->
lru_head
= DWARF_UNW_CACHE_SIZE - 1;
607
head = cache->
lru_head
;
609
cache->
lru_head
= rs->lru_chain;
Completed in 915 milliseconds