zip_state 127 drivers/crypto/cavium/zip/zip_crypto.c struct zip_state *zip_state; zip_state 138 drivers/crypto/cavium/zip/zip_crypto.c zip_state = kzalloc(sizeof(*zip_state), GFP_ATOMIC); zip_state 139 drivers/crypto/cavium/zip/zip_crypto.c if (!zip_state) zip_state 148 drivers/crypto/cavium/zip/zip_crypto.c ret = zip_deflate(zip_ops, zip_state, zip); zip_state 154 drivers/crypto/cavium/zip/zip_crypto.c kfree(zip_state); zip_state 163 drivers/crypto/cavium/zip/zip_crypto.c struct zip_state *zip_state; zip_state 174 drivers/crypto/cavium/zip/zip_crypto.c zip_state = kzalloc(sizeof(*zip_state), GFP_ATOMIC); zip_state 175 drivers/crypto/cavium/zip/zip_crypto.c if (!zip_state) zip_state 188 drivers/crypto/cavium/zip/zip_crypto.c ret = zip_inflate(zip_ops, zip_state, zip); zip_state 194 drivers/crypto/cavium/zip/zip_crypto.c kfree(zip_state); zip_state 54 drivers/crypto/cavium/zip/zip_deflate.c struct zip_state *s, union zip_inst_s *zip_cmd) zip_state 115 drivers/crypto/cavium/zip/zip_deflate.c int zip_deflate(struct zip_operation *zip_ops, struct zip_state *s, zip_state 60 drivers/crypto/cavium/zip/zip_deflate.h int zip_deflate(struct zip_operation *zip_ops, struct zip_state *s, zip_state 53 drivers/crypto/cavium/zip/zip_inflate.c struct zip_state *s, union zip_inst_s *zip_cmd) zip_state 128 drivers/crypto/cavium/zip/zip_inflate.c int zip_inflate(struct zip_operation *zip_ops, struct zip_state *s, zip_state 60 drivers/crypto/cavium/zip/zip_inflate.h int zip_inflate(struct zip_operation *zip_ops, struct zip_state *s,