Searched refs:spin_unlock_restore (Results 1 – 2 of 2) sorted by relevance
| /kernel/include/kernel/ |
| A D | spinlock.h | 68 static inline void spin_unlock_restore(spin_lock_t* lock, spin_lock_saved_state_t old_state, in spin_unlock_restore() function 76 #define spin_unlock_irqrestore(lock, statep) spin_unlock_restore(lock, statep, SPIN_LOCK_FLAG_INTER… 102 spin_unlock_restore(&spinlock_, state, flags); in TA_REL() 259 spin_unlock_restore(lock, state->state, state->flags);
|
| /kernel/dev/interrupt/arm_gic/v2/ |
| A D | arm_gicv2.cpp | 107 spin_unlock_restore(&gicd_lock, state, GICD_LOCK_FLAGS); in arm_gic_resume_cpu()
|
Completed in 6 milliseconds