Lines Matching full:spinlock
2 * Queued spinlock
25 * queued_spin_is_locked - is the spinlock locked?
26 * @lock: Pointer to queued spinlock structure
39 * queued_spin_value_unlocked - is the spinlock structure unlocked?
40 * @lock: queued spinlock structure
55 * @lock : Pointer to queued spinlock structure
63 * queued_spin_trylock - try to acquire the queued spinlock
64 * @lock : Pointer to queued spinlock structure
78 * queued_spin_lock - acquire a queued spinlock
79 * @lock: Pointer to queued spinlock structure
93 * queued_spin_unlock - release a queued spinlock
94 * @lock : Pointer to queued spinlock structure
113 * Remapping spinlock architecture specific functions to the corresponding
114 * queued spinlock functions.