Lines Matching full:unlock
263 Unlock a previously-locked hwspinlock. Always succeed, and can be called
268 code should **never** unlock an hwspinlock which is already unlocked
275 Unlock a previously-locked hwspinlock and enable local interrupts.
276 The caller should **never** unlock an hwspinlock which is already unlocked.
287 Unlock a previously-locked hwspinlock.
289 The caller should **never** unlock an hwspinlock which is already unlocked.
299 Unlock a previously-locked hwspinlock.
301 The caller should **never** unlock an hwspinlock which is already unlocked.
309 Unlock a previously-locked hwspinlock.
311 The caller should **never** unlock an hwspinlock which is already unlocked.
482 void (*unlock)(struct hwspinlock *lock);
491 The ->unlock() callback releases the lock. It always succeed, and it, too,