HomeSort by relevance Sort by last modified time
    Searched refs:lru (Results 1 - 23 of 23) sorted by null

  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 139 // evict the LRU
140 size_t lru = 0; local
144 if (e.when < mCacheData.valueAt(lru).when) {
145 lru = i;
148 const cache_entry_t& e = mCacheData.valueAt(lru);
150 mCacheData.removeItemsAt(lru);
  /external/oprofile/daemon/
opd_sfile.h 59 /** lru list */
60 struct list_head lru; member in struct:sfile
93 /** clear out a certain amount of LRU entries
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 */
opd_anon.c 36 * anon cache, we'll tear down all the mappings for that tgid. Thus, LRU
44 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);
opd_sfile.c 265 goto lru;
272 lru:
293 list_init(&to->lru);
495 list_del(&sf->lru);
559 struct sfile * sf = list_entry(pos, struct sfile, lru);
615 sf = list_entry(pos, struct sfile, lru);
626 list_del(&sf->lru);
633 list_add_tail(&sf->lru, &lru_list);
  /external/chromium/net/tools/dump_cache/
dump_files.cc 69 printf("head %d: 0x%x\n", i, header.lru.heads[i]);
70 printf("tail %d: 0x%x\n", i, header.lru.tails[i]);
71 printf("size %d: 0x%x\n", i, header.lru.sizes[i]);
73 printf("transaction: 0x%x\n", header.lru.transaction);
74 printf("operation: %d\n", header.lru.operation);
75 printf("operation list: %d\n", header.lru.operation_list);
  /external/chromium/net/disk_cache/
eviction.cc 5 // The eviction policy is a very simple pure LRU, so the elements at the end of
235 if (header_->lru.filled)
238 header_->lru.filled = 1;
353 } else if (header_->lru.sizes[Rankings::DELETED] > header_->num_entries / 4 &&
490 header_->lru.sizes[Rankings::DELETED] > max_length) {
528 header_->lru.sizes[Rankings::DELETED];
530 if (header_->lru.sizes[0] > data_entries / 3)
533 int list = (header_->lru.sizes[1] > data_entries / 3) ? 1 : 2;
540 header_->lru.sizes[0] > data_entries / 10)
disk_format.h 39 // location on the LRU lists, last access time etc.
97 LruData lru; // Eviction control data. member in struct:disk_cache::IndexHeader
149 uint64 last_used; // LRU info.
150 uint64 last_modified; // LRU info.
151 CacheAddr next; // LRU list.
152 CacheAddr prev; // LRU list.
backend_impl.cc 887 return &data_->header.lru;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 1213 public int lru; field in class:ActivityManager.RunningAppProcessInfo
    [all...]
  /frameworks/base/opengl/libagl/
array.cpp 497 // always record LRU in v[0]
510 const int lru = 1 - v[0].mru;
511 v[0].mru = lru;
512 return cache_vertex(c, &v[lru], index);
    [all...]
  /external/kernel-headers/original/linux/
mm.h 253 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
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 251 // LRU background list.
735 * Current sequence id for process LRU updating.
    [all...]
  /external/sqlite/dist/
sqlite3.c 10317 int lru; \/* Least recently used entry has the smallest value *\/ member in struct:Parse::yColCache
    [all...]
sqlite3.c.orig     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 282 milliseconds