Searched defs:lru (Results 1 - 12 of 12) sorted by relevance

/external/oprofile/daemon/
H A Dopd_sfile.h59 /** lru list */
60 struct list_head lru; member in struct:sfile
94 * return non-zero if the lru is already empty */
97 /** remove a sfile from the lru list, protecting it from sfile_lru_clear() */
100 /** add this sfile to lru list */
H A Dopd_anon.c44 static struct list_head lru; variable in typeref:struct:list_head
54 list_for_each_safe(pos, pos2, &lru) {
119 list_add_tail(&m->lru_list, &lru);
227 list_init(&lru);
/external/chromium_org/net/disk_cache/
H A Ddisk_format.h86 LruData lru; // Eviction control data. member in struct:disk_cache::IndexHeader
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cache.c81 struct util_cache_entry lru; member in struct:util_cache
105 make_empty_list(&cache->lru);
194 entry = cache->lru.prev;
197 util_cache_entry_destroy(cache, cache->lru.prev);
209 insert_at_head(&cache->lru, entry);
232 move_to_head(&cache->lru, entry);
253 assert(is_empty_list(&cache->lru));
335 assert (is_empty_list(&cache->lru));
338 struct util_cache_entry *header = cache->lru.next;
341 assert (!is_empty_list(&cache->lru));
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c81 struct util_cache_entry lru; member in struct:util_cache
105 make_empty_list(&cache->lru);
194 entry = cache->lru.prev;
197 util_cache_entry_destroy(cache, cache->lru.prev);
209 insert_at_head(&cache->lru, entry);
232 move_to_head(&cache->lru, entry);
253 assert(is_empty_list(&cache->lru));
335 assert (is_empty_list(&cache->lru));
338 struct util_cache_entry *header = cache->lru.next;
341 assert (!is_empty_list(&cache->lru));
[all...]
/external/chromium/net/disk_cache/
H A Ddisk_format.h97 LruData lru; // Eviction control data. member in struct:disk_cache::IndexHeader
/external/kernel-headers/original/linux/
H A Dmm.h253 struct list_head lru; /* Pageout list, eg. active_list member in struct:page
350 * page_count() == 0 means the page is free. page->lru is then used for
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h2189 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
2198 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5882 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */
10549 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
10558 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c6242 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */
11107 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
11114 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6242 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */
11107 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
11114 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
[all...]

Completed in 790 milliseconds