XZ_DYNALLOC       389 drivers/base/firmware_loader/main.c 	xz_dec = xz_dec_init(XZ_DYNALLOC, (u32)-1);
XZ_DYNALLOC       434 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.c 	xz_dec = xz_dec_init(XZ_DYNALLOC, (u32) -1);
XZ_DYNALLOC       272 lib/decompress_unxz.c 		s = xz_dec_init(XZ_DYNALLOC, (uint32_t)-1);
XZ_DYNALLOC        79 lib/xz/xz_private.h #	define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC)