Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
sync_bitops.h File Reference

Go to the source code of this file.

Macros

#define sync_cmpxchg(ptr, old, new)   ((__typeof__(*(ptr)))cmpxchg_acq((ptr), (old), (new)))
 

Macro Definition Documentation

#define sync_cmpxchg (   ptr,
  old,
  new 
)    ((__typeof__(*(ptr)))cmpxchg_acq((ptr), (old), (new)))

Definition at line 48 of file sync_bitops.h.