Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/ipc/
Dlos_futex.c169 STATIC INLINE UINT32 OsFutexKeyToIndex(const UINTPTR futexKey, const UINT32 flags) in OsFutexKeyToIndex() function
186 node->index = OsFutexKeyToIndex(futexKey, flags); in OsFutexSetKey()
250 UINT32 index = OsFutexKeyToIndex(node->key, (node->pid == OS_INVALID) ? 0 : FUTEX_PRIVATE); in OsFutexNodeDeleteFromFutexHash()
576 UINT32 index = OsFutexKeyToIndex(futexKey, flags); in OsFutexWaitTask()
716 UINT32 index = OsFutexKeyToIndex(futexKey, flags); in OsFutexWakeTask()
759 index = OsFutexKeyToIndex(futexKey, flags); in OsFutexWake()
855 INT32 newIndex = OsFutexKeyToIndex(futexKey, flags); in OsFutexRequeueSplitTwoLists()
893 INT32 oldIndex = OsFutexKeyToIndex(oldFutexKey, flags); in OsFutexRequeueRemoveOldKeyAndGetHead()
970 oldIndex = OsFutexKeyToIndex(oldFutexKey, flags); in OsFutexRequeue()
971 newIndex = OsFutexKeyToIndex(newFutexKey, flags); in OsFutexRequeue()