Searched refs:rt_spinlock (Results 1 – 3 of 3) sorted by relevance
156 struct rt_spinlock struct174 struct rt_spinlock argument250 typedef struct rt_spinlock rt_spinlock_t;252 #define RT_DEFINE_SPINLOCK(x) struct rt_spinlock x = RT_SPINLOCK_INIT
361 struct rt_spinlock spinlock;447 static struct rt_spinlock name##lock = RT_SPINLOCK_INIT; \719 struct rt_spinlock spinlock;953 struct rt_spinlock spinlock;1011 struct rt_spinlock spinlock;1038 struct rt_spinlock spinlock;1066 struct rt_spinlock spinlock;1095 struct rt_spinlock spinlock;1127 struct rt_spinlock spinlock;1231 struct rt_spinlock spinlock;[all …]
408 struct rt_spinlock *lock);654 struct rt_spinlock;656 void rt_spin_lock_init(struct rt_spinlock *lock);657 void rt_spin_lock(struct rt_spinlock *lock);658 void rt_spin_unlock(struct rt_spinlock *lock);659 rt_base_t rt_spin_lock_irqsave(struct rt_spinlock *lock);660 void rt_spin_unlock_irqrestore(struct rt_spinlock *lock, rt_base_t level);
Completed in 10 milliseconds