1 int mutex_lock_interruptible(int x
);
2 void mutex_unlock(int x
);
7 if (mutex_lock_interruptible(lock
) < 0)
12 * check-name: Smatch locking #5
13 * check-command: smatch -p=kernel sm_locking5.c
16 sm_locking5.c +9 frob(5) warn: inconsistent returns mutex:lock: locked (9) unlocked (8)