Home
last modified time | relevance | path

Searched refs:stgbuf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack.c1059 void *stgbuf, *dstbuf; in deflate_compress() local
1079 stgbuf = kvzalloc(stglen, GFP_KERNEL); in deflate_compress()
1080 if (!stgbuf) { in deflate_compress()
1087 strm.next_out = stgbuf; in deflate_compress()
1097 if (is_vmalloc_addr(stgbuf)) { in deflate_compress()
1100 memcpy(dstbuf, stgbuf, strm.total_out); in deflate_compress()
1101 kvfree(stgbuf); in deflate_compress()
1109 dstbuf = krealloc(stgbuf, strm.total_out, GFP_KERNEL); in deflate_compress()
1126 kvfree(stgbuf); in deflate_compress()