Lines Matching full:unlock
252 Unlock a previously-locked hwspinlock. Always succeed, and can be called
257 code should **never** unlock an hwspinlock which is already unlocked
264 Unlock a previously-locked hwspinlock and enable local interrupts.
265 The caller should **never** unlock an hwspinlock which is already unlocked.
276 Unlock a previously-locked hwspinlock.
278 The caller should **never** unlock an hwspinlock which is already unlocked.
288 Unlock a previously-locked hwspinlock.
290 The caller should **never** unlock an hwspinlock which is already unlocked.
298 Unlock a previously-locked hwspinlock.
300 The caller should **never** unlock an hwspinlock which is already unlocked.
471 void (*unlock)(struct hwspinlock *lock);
480 The ->unlock() callback releases the lock. It always succeed, and it, too,