Lines Matching full:spinlock
3 * Queued spinlock
18 * queued_spin_is_locked - is the spinlock locked?
19 * @lock: Pointer to queued spinlock structure
33 * queued_spin_value_unlocked - is the spinlock structure unlocked?
34 * @lock: queued spinlock structure
49 * @lock : Pointer to queued spinlock structure
57 * queued_spin_trylock - try to acquire the queued spinlock
58 * @lock : Pointer to queued spinlock structure
75 * queued_spin_lock - acquire a queued spinlock
76 * @lock: Pointer to queued spinlock structure
91 * queued_spin_unlock - release a queued spinlock
92 * @lock : Pointer to queued spinlock structure
111 * Remapping spinlock architecture specific functions to the corresponding
112 * queued spinlock functions.