Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 92d2bfb5a363004a8a399eefe5c79f14 > files > 143

coccinelle-examples-1.0.0-0.rc4.2.fc16.i686.rpm

@@ @@
( 
  cli(); 
| 
  spin_lock_irqsave(...);
)
  ... when != \( sti(); \| restore_flags(...); \| spin_unlock_irqrestore(...); \)
? \( cli(); \| spin_lock_irqsave(...); \)

@@ @@
( 
  sti(); 
| 
  restore_flags(...);
)
  ... when != cli();
( 
  sti(); 
| 
  restore_flags(...);
)