Searched refs:uncompressed_max (Results 1 – 4 of 4) sorted by relevance
317 if (j->written_uncompressed >= j->uncompressed_max) { in pull_job_write_uncompressed()322 if (j->written_uncompressed + sz > j->uncompressed_max) { in pull_job_write_uncompressed()324 … sz = j->uncompressed_max - j->written_uncompressed; /* since we have the data in memory in pull_job_write_uncompressed()707 .uncompressed_max = 64LLU * 1024LLU * 1024LLU * 1024LLU, /* 64GB safety limit */ in pull_job_new()
217 job->compressed_max = job->uncompressed_max = 1ULL * 1024ULL * 1024ULL; in pull_make_auxiliary_job()299 … checksum_job->uncompressed_max = checksum_job->compressed_max = 1ULL * 1024ULL * 1024ULL; in pull_make_verification_jobs()316 … signature_job->uncompressed_max = signature_job->compressed_max = 1ULL * 1024ULL * 1024ULL; in pull_make_verification_jobs()
58 uint64_t uncompressed_max; member
882 i->raw_job->uncompressed_max = size_max; in raw_pull_start()