Home
last modified time | relevance | path

Searched refs:to_process_frag (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Drestore.c51 extern struct queue *to_deflate, *to_writer, *to_frag, *to_process_frag;
105 queue_flush(to_process_frag); in restore_thrd()
H A Dprocess_fragments.c53 extern struct queue *to_process_frag;
274 struct file_buffer *file_buffer = queue_get(to_process_frag); in frag_thrd()
H A Dinfo.c90 dump_queue(to_process_frag); in dump_state()
H A Dmksquashfs.h149 *to_frag, *locked_fragment, *to_process_frag;
H A Dmksquashfs.c299 *to_frag, *locked_fragment, *to_process_frag; variable
2217 queue_put(to_process_frag, file_buffer); in put_file_buffer()
4467 to_process_frag = queue_init(reader_size); in initialise_threads()