Searched refs:newIndex (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/kernel/base/ipc/ |
H A D | los_futex.c | 796 STATIC INT32 OsFutexRequeueInsertNewKey(UINTPTR newFutexKey, INT32 newIndex, FutexNode *oldHeadNode) in OsFutexRequeueInsertNewKey() argument 805 .index = newIndex, in OsFutexRequeueInsertNewKey() 806 .pid = (newIndex < FUTEX_INDEX_SHARED_POS) ? LOS_GetCurrProcessID() : OS_INVALID, in OsFutexRequeueInsertNewKey() 855 INT32 newIndex = OsFutexKeyToIndex(futexKey, flags); in OsFutexRequeueSplitTwoLists() local 865 nextNode->index = newIndex; in OsFutexRequeueSplitTwoLists() 958 INT32 newIndex; in OsFutexRequeue() local 971 newIndex = OsFutexKeyToIndex(newFutexKey, flags); in OsFutexRequeue() 988 newHashNode = &g_futexHash[newIndex]; in OsFutexRequeue() 989 if (oldIndex != newIndex) { in OsFutexRequeue() 999 ret = OsFutexRequeueInsertNewKey(newFutexKey, newIndex, oldHeadNod in OsFutexRequeue() [all...] |
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptscsih.c | 190 int newIndex; in mptscsih_AddSGE() local 345 if ((mptscsih_getFreeChainBuffer(ioc, &newIndex)) == FAILED) { in mptscsih_AddSGE() 356 ioc->ChainToChain[chain_idx] = newIndex; in mptscsih_AddSGE() 358 ioc->ReqToChain[req_idx] = newIndex; in mptscsih_AddSGE() 360 chain_idx = newIndex; in mptscsih_AddSGE()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptscsih.c | 190 int newIndex; in mptscsih_AddSGE() local 345 if ((mptscsih_getFreeChainBuffer(ioc, &newIndex)) == FAILED) { in mptscsih_AddSGE() 356 ioc->ChainToChain[chain_idx] = newIndex; in mptscsih_AddSGE() 358 ioc->ReqToChain[req_idx] = newIndex; in mptscsih_AddSGE() 360 chain_idx = newIndex; in mptscsih_AddSGE()
|
Completed in 10 milliseconds