Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsServices.c25 * mSize is the real size of the memory required to the OS
37 uint32_t mSize; /* allocated size */ member
62 memInfo.mSize = size + alignment + sizeof(QatUtilsMemAllocInfoStruct); in qatUtilsMemAllocContiguousNUMA()
63 ptr = contigmalloc(memInfo.mSize, M_QAT, M_WAITOK, 0, ~1UL, 64, 0); in qatUtilsMemAllocContiguousNUMA()
89 if (memInfo->mSize == 0 || memInfo->mAllocMemPtr == NULL) { in qatUtilsMemFreeNUMA()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h212 uint32_t mSize = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp111 YIO.mapRequired(Kernel::Arg::Key::Size, MD.mSize); in mapping()