Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_slabpool.c179 struct _WsbmSlabCache *cache; member
253 wsbmFreeTimeoutKBOsLocked(struct _WsbmSlabCache *cache, struct timeval *time) in wsbmFreeTimeoutKBOsLocked() argument
258 if (!wsbmTimeAfterEq(time, &cache->nextCheck)) in wsbmFreeTimeoutKBOsLocked()
261 WSBMLISTFOREACHSAFE(list, next, &cache->timeoutList) { in wsbmFreeTimeoutKBOsLocked()
272 cache->nextCheck = *time; in wsbmFreeTimeoutKBOsLocked()
273 wsbmTimeAdd(&cache->nextCheck, &cache->checkInterval); in wsbmFreeTimeoutKBOsLocked()
283 wsbmSetKernelBOFree(struct _WsbmSlabCache *cache, in wsbmSetKernelBOFree() argument
291 WSBM_MUTEX_LOCK(&cache->mutex); in wsbmSetKernelBOFree()
292 wsbmTimeAdd(&timeFreed, &cache->slabTimeout); in wsbmSetKernelBOFree()
296 WSBMLISTADD(&kbo->head, &cache->cached); in wsbmSetKernelBOFree()
[all …]
Dwsbm_pool.h144 struct _WsbmSlabCache *cache);
147 extern void wsbmSlabCacheFinish(struct _WsbmSlabCache *cache);
/hardware/intel/common/libmix/mix_common/
DINSTALL27 It can also use an optional file (typically called `config.cache'
28 and enabled with `--cache-file=config.cache' or simply `-C') that saves
31 cache files.
36 be considered for the next release. If you are using the cache, and at
37 some point `config.cache' contains results you don't want to keep, you
259 `--cache-file=FILE'
260 Enable the cache: use and save the results of the tests in FILE,
261 traditionally `config.cache'. FILE defaults to `/dev/null' to
264 `--config-cache'
266 Alias for `--cache-file=config.cache'.
/hardware/intel/img/psb_video/
D.gitignore21 autom4te.cache
/hardware/intel/common/libva/
D.gitignore16 autom4te.cache
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
DRELEASE.TXT17 * Allowed seeking beyond end of cluster cache
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_dx.dox36 overall application in some cases, due to improved cache behavior.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dsubpixel_mmx.asm190 ; recon block should be in cache this shouldn't cost much. Its obviously
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dsixtappredict8x4_v6.asm104 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
/hardware/intel/common/libva/doc/
DDoxyfile287 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
289 # When the cache is full, less often used symbols will be written to disk.
291 # probably good enough. For larger projects a too small cache size can cause
294 # If the system has enough physical memory increasing the cache will improve the
297 # memory usage. The cache size is given by this formula:
299 # corresponding to a cache size of 2^16 = 65536 symbols
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh87 ${toggle_ccache} turn on/off compiler cache
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c414 uint8_t *cache = cache_ptr; in update_reference_segmentation_map() local
415 for (col = 0; col < cm->mi_cols; col++, mi_8x8++, cache++) in update_reference_segmentation_map()
416 cache[0] = mi_8x8[0]->mbmi.segment_id; in update_reference_segmentation_map()