Searched refs:stgbuf (Results 1 – 1 of 1) sorted by relevance
1057 void *stgbuf, *dstbuf; in deflate_compress() local1077 stgbuf = kvzalloc(stglen, GFP_KERNEL); in deflate_compress()1078 if (!stgbuf) { in deflate_compress()1085 strm.next_out = stgbuf; in deflate_compress()1095 if (is_vmalloc_addr(stgbuf)) { in deflate_compress()1098 memcpy(dstbuf, stgbuf, strm.total_out); in deflate_compress()1099 kvfree(stgbuf); in deflate_compress()1107 dstbuf = krealloc(stgbuf, strm.total_out, GFP_KERNEL); in deflate_compress()1124 kvfree(stgbuf); in deflate_compress()