Searched refs:stglen (Results 1 – 1 of 1) sorted by relevance
1069 size_t stglen = deflateBound(slen); in deflate_compress() local1073 if (stglen < slen) in deflate_compress()1088 stgbuf = kvzalloc(stglen, GFP_KERNEL); in deflate_compress()1097 strm.avail_out = stglen; in deflate_compress()