1 void _spin_lock(int name
);
2 void _spin_unlock(int name
);
27 * check-name: Smatch locking #4
28 * check-command: smatch --project=kernel sm_locking4.c
31 sm_locking4.c:23 func() warn: inconsistent returns spin_lock:mylock: locked (22, 23) unlocked (16)