Home
last modified time | relevance | path

Searched refs:noshrink_lookup (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.c283 struct cache *cache_init(int buffer_size, int max_buffers, int noshrink_lookup, in INSERT_LIST()
308 cache->noshrink_lookup = noshrink_lookup; in INSERT_LIST()
400 if(cache->noshrink_lookup) { in _cache_get()
491 if(cache->noshrink_lookup) { in cache_block_put()
512 if(cache->noshrink_lookup) in dump_cache()
Dcaches-queues-lists.h161 int noshrink_lookup; member