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

  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 283 struct cache *cache_init(int buffer_size, int max_buffers, int noshrink_lookup,
308 cache->noshrink_lookup = noshrink_lookup;
400 if(cache->noshrink_lookup) {
474 * If noshrink_lookup is set, put the block onto the free list.
478 * if noshrink_lookup is not set then shrink the cache.
491 if(cache->noshrink_lookup) {
512 if(cache->noshrink_lookup)
caches-queues-lists.h 161 int noshrink_lookup; member in struct:cache

Completed in 177 milliseconds