Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/boot/
A Ddecompress.c41 static unsigned long decompressed_bytes; variable
62 if (decompressed_bytes >= limit) in flush()
67 decompressed_bytes += buffer_size; in flush()
73 offset = skip - decompressed_bytes; in flush()
77 decompressed_bytes += offset; in flush()
81 size = min(decompressed_bytes + size, limit) - decompressed_bytes; in flush()
84 decompressed_bytes += size; in flush()
92 if (decompressed_bytes >= limit) in print_err()
127 decompressed_bytes = 0; in partial_decompress()
139 if (decompressed_bytes < limit) in partial_decompress()
[all …]

Completed in 3 milliseconds