Searched refs:ppThisNotifyList (Results 1 – 1 of 1) sorted by relevance
2201 sNotifyList ** ppThisNotifyList; local2221 ppThisNotifyList = &pClientMem->mpReadNotifyList;2222 while (*ppThisNotifyList != NULL)2224 ppThisNotifyList = &(*ppThisNotifyList)->mpNext;2227 *ppThisNotifyList = kmalloc( sizeof( sNotifyList ), GFP_ATOMIC );2228 if (*ppThisNotifyList == NULL)2234 (*ppThisNotifyList)->mpNext = NULL;2235 (*ppThisNotifyList)->mpNotifyFunct = pNotifyFunct;2236 (*ppThisNotifyList)->mpData = pData;2237 (*ppThisNotifyList)->mTransactionID = transactionID;