| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| eset.h | 11 * LRU queue. 47 /* LRU of all extents in heaps. */ 48 edata_list_inactive_t lru; member in struct:eset_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| eset.h | 11 * LRU queue. 47 /* LRU of all extents in heaps. */ 48 edata_list_inactive_t lru; member in struct:eset_s
|
| extent_structs.h | 147 * - extents_t's LRU 174 /* Quantized collection of extents, with built-in LRU queue. */ 193 * LRU of all extents in heaps. 197 extent_list_t lru; member in struct:extents_s
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| tsig.h | 74 * LRU list of generated key along with a count of the keys on the 78 ISC_LIST(dns_tsigkey_t) lru; member in struct:dns_tsigkeyring 272 * If the key is generated, it is also placed into an LRU queue. 274 * if this quota is exceeded, the oldest key in the LRU queue is
|
| rrl.h | 108 ISC_LINK(dns_rrl_entry_t) lru; member in struct:dns_rrl_entry 229 ISC_LIST(dns_rrl_entry_t) lru; member in struct:dns_rrl
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| tsig.h | 66 * LRU list of generated key along with a count of the keys on the 71 ISC_LIST(dns_tsigkey_t) lru; member in struct:dns_tsig_keyring
|
| rrl.h | 109 ISC_LINK(dns_rrl_entry_t) lru; member in struct:dns_rrl_entry 230 ISC_LIST(dns_rrl_entry_t) lru; member in struct:dns_rrl
|
| /src/sys/coda/ |
| coda_namecache.h | 91 TAILQ_ENTRY(coda_cache) lru; /* LRU list */ member in struct:coda_cache 99 struct coda_lru { /* Start of LRU chain */
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
| nouveau_nvkm_subdev_instmem_nv50.c | 46 struct list_head lru; member in struct:nv50_instmem 65 struct list_head lru; member in struct:nv50_instobj 167 * succeed,or there's no more objects left on the LRU. 170 eobj = list_first_entry_or_null(&imem->lru, typeof(*eobj), lru); 176 list_del_init(&eobj->lru); 251 /* Add the now-unused mapping to the LRU instead of directly 254 if (likely(iobj->lru.next) && iobj->map) { 255 BUG_ON(!list_empty(&iobj->lru)); 256 list_add_tail(&iobj->lru, &imem->lru) [all...] |
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| extent_structs.h | 147 * - extents_t's LRU 174 /* Quantized collection of extents, with built-in LRU queue. */ 193 * LRU of all extents in heaps. 197 extent_list_t lru; member in struct:extents_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| extent_structs.h | 147 * - extents_t's LRU 174 /* Quantized collection of extents, with built-in LRU queue. */ 193 * LRU of all extents in heaps. 197 extent_list_t lru; member in struct:extents_s
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| cachemgr.c | 257 unsigned int lru = 0; local 267 if (GET_LRU (entry, i) > lru) 269 lru = GET_LRU (entry, i); 340 /* Increment LRU in reserved bytes. */ 388 /* We've definitely found the right entry, set LRU (reserved) to 0
|
| /src/external/mpl/bind/dist/lib/dns/ |
| badcache.c | 54 struct cds_list_head *lru; member in struct:dns_badcache 101 bc->lru = isc_mem_cget(mctx, bc->nloops, sizeof(bc->lru[0])); 103 CDS_INIT_LIST_HEAD(&bc->lru[i]); 128 isc_mem_cput(bc->mctx, bc->lru, bc->nloops, sizeof(bc->lru[0])); 238 bcentry_purge(struct cds_lfht *ht, struct cds_list_head *lru, 242 cds_list_for_each_entry_rcu(bad, lru, lru_head) { 260 struct cds_list_head *lru = &bc->lru[tid] local 326 struct cds_list_head *lru = &bc->lru[tid]; local [all...] |
| rbtdb_p.h | 138 * This is an array of linked lists used to implement the LRU cache. 140 * will be placed on the linked list lru[1]. 142 dns_slabheaderlist_t *lru; member in struct:dns_rbtdb 145 * Start point % node_lock_count for next LRU cleanup. 150 * When performing LRU cleaning limit cleaning to headers that were
|
| qpcache.c | 133 * Whether to rate-limit updating the LRU to avoid possible thread contention. 134 * Updating LRU requires write locking, so we don't do it every time the 141 /*% Time after which we update LRU for glue records, 5 minutes */ 143 /*% Time after which we update LRU for all other records, 10 minutes */ 230 * Linked list used to implement LRU cache cleaning. 232 dns_slabheaderlist_t lru; member in struct:qpcache_bucket 291 * Start point % node_lock_count for next LRU cleanup. 296 * When performing LRU cleaning limit cleaning to headers that were 491 * Routines for LRU-based cache management. 496 * in the LRU-list. From the LRU management point of view, this function i [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| ttm_bo_api.h | 156 * Lru lists may keep one refcount, the delayed delete list, and kref != 0 165 * @lru: List head for the lru list. 167 * @swap: List head for swap LRU list. 221 struct list_head lru; member in struct:ttm_buffer_object 399 * Move this BO to the tail of all lru lists used to lookup and reserve an 411 * Bulk move BOs to the LRU tail, only valid to use when driver makes sure that 599 * the LRU list to evict any buffers left alive. 626 * Evicts all buffers on the lru list of the memory type.
|
| ttm_bo_driver.h | 157 * @use_io_reserve_lru: Use an lru list to try to unreserve io_mem_regions 159 * @io_reserve_lru: Optional lru list for unreserving io mem regions. 163 * @lru: The lru list for this memory type. 203 struct list_head lru[TTM_MAX_BO_PRIORITY]; member in struct:ttm_mem_type_manager 403 * @bo: the buffer object deleted from lru 405 * notify driver that a BO was deleted from LRU. 429 * @lru_lock: Spinlock protecting the bo subsystem lru lists. 431 * @swap_lru: Lru list of buffer objects used for swapping. 471 * lru_lock: Spinlock that protects the buffer+device lru lists an [all...] |
| /src/external/gpl3/gdb/dist/sim/frv/ |
| cache.h | 23 /* A representation of a set-associative cache with LRU replacement, 146 int lru; /* Lower values indicates less recently used. */ member in struct:__anon19348
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| cache.h | 23 /* A representation of a set-associative cache with LRU replacement, 146 int lru; /* Lower values indicates less recently used. */ member in struct:__anon22087
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_bo.c | 183 BUG_ON(!list_empty(&bo->lru)); 202 if (!list_empty(&bo->lru)) 209 list_add_tail(&bo->lru, &man->lru[bo->priority]); 235 if (!list_empty(&bo->lru)) { 236 list_del_init(&bo->lru); 293 list_bulk_move_tail(&man->lru[i], &pos->first->lru, 294 &pos->last->lru); 308 list_bulk_move_tail(&man->lru[i], &pos->first->lru 314 struct list_head *lru; local [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp6.c | 1416 uint32_t lru = arc4random_uniform( local 1419 int lr = (int)lru - (state->RTC == 0 ? 0 : DHCP6_RAND_MAX);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 8507 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */ 54961 PgHdr1 lru; \/* The beginning and end of the LRU list *\/ member in struct:PGroup [all...] |