Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_stats.c44 LAC_OS_MALLOC(COMPRESSION_NUM_STATS * sizeof(QatUtilsAtomic)); in dcStatsInit()
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_mem_pools.c120 lac_mem_pools[poolSearch] = LAC_OS_MALLOC(sizeof(lac_mem_pool_hdr_t)); in Lac_MemPoolCreate()
143 lac_mem_pools[poolSearch]->trackBlks = LAC_OS_MALLOC( in Lac_MemPoolCreate()
H A Dsal_statistics.c88 pStatsCollection = LAC_OS_MALLOC(sizeof(sal_statistics_collection_t)); in SalStatistics_InitStatisticsCollection()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_stats.c45 LAC_OS_MALLOC(LAC_SYM_NUM_STATS * sizeof(QatUtilsAtomic)); in LacSym_StatsInit()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_mem.h328 #define LAC_OS_MALLOC(sizeBytes) malloc(sizeBytes, M_QAT, M_WAITOK) macro
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash_defs_lookup.c460 pLacHashLookupDefs = LAC_OS_MALLOC(arraySize); in LacSymQat_HashLookupInit()
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c534 debug_dir = LAC_OS_MALLOC(sizeof(debug_dir_info_t)); in SalCtrl_ServiceInit()
1009 service_container->ver_file = LAC_OS_MALLOC(sizeof(debug_file_info_t)); in SalCtrl_ServiceEventInit()
H A Dsal_compression.c666 instance_name = LAC_OS_MALLOC(ADF_CFG_MAX_VAL_LEN_IN_BYTES); in SalCtrl_CompressionInit()
723 LAC_OS_MALLOC(sizeof(debug_file_info_t)); in SalCtrl_CompressionInit()
H A Dsal_crypto.c484 instance_name = LAC_OS_MALLOC(ADF_CFG_MAX_VAL_LEN_IN_BYTES); in SalCtrl_DebugInit()
515 LAC_OS_MALLOC(sizeof(debug_file_info_t)); in SalCtrl_DebugInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c2785 LAC_OS_MALLOC(LAC_KEY_NUM_STATS * sizeof(QatUtilsAtomic)); in LacSymKey_Init()