Searched defs:spinlock (Results 1 – 5 of 5) sorted by relevance
62 spin_lock_init(spinlock_t *spinlock) in spin_lock_init()67 #define spin_lock_irqsave(spinlock, flags) \ argument73 #define spin_unlock_irqrestore(spinlock, flags) \ argument
240 #define ENA_SPINLOCK_INIT(spinlock) \ argument242 #define ENA_SPINLOCK_DESTROY(spinlock) \ argument247 #define ENA_SPINLOCK_LOCK(spinlock, flags) \ argument252 #define ENA_SPINLOCK_UNLOCK(spinlock, flags) \ argument
181 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { in INTERCEPTOR()
439 struct mtx spinlock; member
759 spinlock_t spinlock; member