Home | History | Annotate | Download | only in updater

Lines Matching full:max_stash_size

908   size_t max_stash_size = maxblocks * BLOCKSIZE;
930 if (CacheSizeCheck(max_stash_size) != 0) {
932 max_stash_size);
960 if (max_stash_size > existing) {
961 size_t needed = max_stash_size - existing;