alloc_inst_size  1145 drivers/crypto/qat/qat_common/qat_hal.c 	int alloc_inst_size;
alloc_inst_size  1150 drivers/crypto/qat/qat_common/qat_hal.c 	alloc_inst_size = lm_init_header->size;
alloc_inst_size  1151 drivers/crypto/qat/qat_common/qat_hal.c 	if ((unsigned int)alloc_inst_size > handle->hal_handle->max_ustore)
alloc_inst_size  1152 drivers/crypto/qat/qat_common/qat_hal.c 		alloc_inst_size = handle->hal_handle->max_ustore;
alloc_inst_size  1153 drivers/crypto/qat/qat_common/qat_hal.c 	micro_inst_arry = kmalloc_array(alloc_inst_size, sizeof(uint64_t),