5 int kmap_atomic(int p
);
6 int kunmap_atomic(int p
);
23 * check-name: smatch check kunmap
24 * check-command: smatch -p=kernel sm_check_kunmap.c
27 sm_check_kunmap.c +17 func(9) warn: passing the wrong stuff kunmap()
28 sm_check_kunmap.c +20 func(12) warn: passing the wrong stuff to kmap_atomic()