Skip to content

Commit

Permalink
#Linux# Use GFP_ATOMIC when a lock is held
Browse files Browse the repository at this point in the history
  • Loading branch information
Coccinellery committed Aug 10, 2016
1 parent c42078c commit 1324e63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions call_kern3/call_kern3.cocci
@@ -1,3 +1,13 @@
//
// Use GFP_ATOMIC when a lock is held
//
// Target: Linux
// Copyright: 2012 - LIP6/INRIA
// License: Licensed under ISC. See LICENSE or http://www.isc.org/software/license
// Author: Julia Lawall <Julia.Lawall@lip6.fr>
// URL: http://coccinelle.lip6.fr/
// URL: http://coccinellery.org/

@gfp exists@
identifier fn;
position p;
Expand Down

0 comments on commit 1324e63

Please sign in to comment.