Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 86875e5f16bea6b454c492e84ceda4db > files > 134

coccinelle-examples-0.2.3-0.rc6.3.fc14.x86_64.rpm

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

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