Searched refs:uncompressed_max (Results 1 - 3 of 3) sorted by relevance

/systemd/src/import/
H A Dpull-job.h80 uint64_t uncompressed_max; member in struct:PullJob
H A Dpull-common.c256 job->compressed_max = job->uncompressed_max = 1ULL * 1024ULL * 1024ULL;
296 checksum_job->uncompressed_max = checksum_job->compressed_max = 1ULL * 1024ULL * 1024ULL;
312 signature_job->uncompressed_max = signature_job->compressed_max = 1ULL * 1024ULL * 1024ULL;
H A Dpull-job.c194 if (j->written_uncompressed + sz > j->uncompressed_max) {
532 j->compressed_max = j->uncompressed_max = 8LLU * 1024LLU * 1024LLU * 1024LLU; /* 8GB */

Completed in 1311 milliseconds