Searched refs:mSize (Results 1 – 3 of 3) sorted by relevance
25 * mSize is the real size of the memory required to the OS37 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()
212 uint32_t mSize = 0; member
111 YIO.mapRequired(Kernel::Arg::Key::Size, MD.mSize); in mapping()