Searched defs:spinlock (Results 1 – 8 of 8) sorted by relevance
39 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()49 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()59 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()69 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()79 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()88 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()97 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()107 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
38 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()60 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()73 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()85 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()97 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()114 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()132 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()145 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
27 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()49 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()63 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()76 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()89 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()102 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()115 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()131 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
39 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()61 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()80 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()98 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()116 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()121 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()126 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()132 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
16 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()45 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()66 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()84 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()
42 static inline void SpinLockInit(Spinlock *spinlock) in SpinLockInit()47 static inline int SpinLockTryLock(Spinlock *spinlock) in SpinLockTryLock()56 static inline void SpinLock(Spinlock *spinlock) in SpinLock()65 static inline void SpinUnlock(Spinlock *spinlock) in SpinUnlock()
55 #define OSAL_DECLARE_SPINLOCK(spinlock) OsalSpinlock spinlock argument
105 OsalSpinlock spinlock; in FuncOsalSpinLock() local