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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dpr33466.c22 long double lru = 0.5lru; /* { dg-error "invalid suffix" } */ variable
/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_namecache.c107 struct coda_lru coda_nc_lru; /* head of lru chain */
155 TAILQ_INSERT_HEAD(&coda_nc_lru.head, &coda_nc_heap[i], lru);
249 /* Grab the next element in the lru chain */
251 TAILQ_REMOVE(&coda_nc_lru.head, cncp, lru);
279 /* Insert into the lru and hash chains. */
280 TAILQ_INSERT_TAIL(&coda_nc_lru.head, cncp, lru);
323 TAILQ_REMOVE(&coda_nc_lru.head, cncp, lru);
324 TAILQ_INSERT_TAIL(&coda_nc_lru.head, cncp, lru);
344 * place it at the head of the lru list.
368 TAILQ_REMOVE(&coda_nc_lru.head, cncp, lru);
[all...]
H A Dcoda_namecache.h91 TAILQ_ENTRY(coda_cache) lru; /* LRU list */ member in struct:coda_cache
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20090907-1.c22 struct list_head lru;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dcachemgr.c257 unsigned int lru = 0; local
267 if (GET_LRU (entry, i) > lru)
269 lru = GET_LRU (entry, i);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dtsig.h74 ISC_LIST(dns_tsigkey_t) lru; member in struct:dns_tsig_keyring
/netbsd-6-1-5-RELEASE/regress/sys/uvm/pdsim/
H A DMakefile4 HPROGS= lfu lru nbsd opt rand
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dcache.h147 int lru; /* Lower values indicates less recently used. */ member in struct:__anon1493
H A Dcache.c283 if (! found->locked && (available == NULL || available->lru > found->lru))
402 if (item->lru > tag->lru)
403 --item->lru;
406 tag->lru = cache->ways; /* Mark as most recently used. */
420 if (item->lru != 0 && item->lru < tag->lru)
421 ++item->lru;
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/intel/
H A Dintel_bufmgr_fake.c138 struct block lru; member in struct:_bufmgr_fake
434 DRMLISTADDTAIL(block, &bufmgr_fake->lru);
530 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) {
556 DRMLISTFOREACHSAFEREVERSE(block, tmp, &bufmgr_fake->lru) {
597 DBG("return to lru: offset %x sz %x\n",
600 DRMLISTADDTAIL(block, &bufmgr_fake->lru);
652 /* If we're not thrashing, allow lru eviction to dig deeper into
773 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) {
1469 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) {
1504 DRMINITLISTHEAD(&bufmgr_fake->lru);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dtsig.c230 ISC_LIST_UNLINK(tkey->ring->lru, tkey, link);
245 ISC_LIST_UNLINK(tkey->ring->lru, tkey, link);
246 ISC_LIST_APPEND(tkey->ring->lru, tkey, link);
283 ISC_LIST_INITANDAPPEND(ring->lru, tkey, link);
285 remove_fromring(ISC_LIST_HEAD(ring->lru));
1790 ISC_LIST_INIT(ring->lru);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c6193 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */
11076 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
11085 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
[all...]

Completed in 496 milliseconds