Searched refs:ppThisReadMemList (Results 1 – 1 of 1) sorted by relevance
2031 sReadMemList ** ppThisReadMemList; local2053 ppThisReadMemList = &pClientMem->mpList;2054 while (*ppThisReadMemList != NULL)2056 ppThisReadMemList = &(*ppThisReadMemList)->mpNext;2059 *ppThisReadMemList = kmalloc( sizeof( sReadMemList ), GFP_ATOMIC );2060 if (*ppThisReadMemList == NULL)2067 (*ppThisReadMemList)->mpNext = NULL;2068 (*ppThisReadMemList)->mpData = pData;2069 (*ppThisReadMemList)->mDataSize = dataSize;2070 (*ppThisReadMemList)->mTransactionID = transactionID;