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