Searched defs:to_inflate (Results 1 - 1 of 1) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c47 struct queue *to_reader, *to_inflate, *to_writer, *from_writer; variable in typeref:struct:
1983 queue_put(to_inflate, entry);
2107 struct cache_entry *entry = queue_get(to_inflate);
2230 * dimensioning the to_reader and to_inflate queues. The size of
2233 * the reader thread and to_inflate queues block decompression
2257 * However, unlike the to_reader and to_inflate queues, this is
2291 * allocate to_reader, to_inflate and to_writer queues. Set based on
2304 to_inflate = queue_init(max_files + data_buffer_size);
2320 to_inflate = queue_init(all_buffers_size);

Completed in 304 milliseconds